Skip to content

Commit 20c4382

Browse files
committed
chore: forgotten only in test
1 parent 7df5721 commit 20c4382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bciers/libs/components/src/form/widgets/FileWidget.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ describe("RJSF FileWidget", () => {
427427
await checkNoValidationErrorIsTriggered();
428428
});
429429

430-
it.only("submits the uploaded files with the form", async () => {
430+
it("submits the uploaded files with the form", async () => {
431431
actionHandler.mockResolvedValueOnce({});
432432

433433
const TestComponent = () => {

0 commit comments

Comments
 (0)