Skip to content

Commit bf0e8b8

Browse files
authored
remove describe.only for tests (rjsf-team#1305)
1 parent 09fda84 commit bf0e8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ describe("utils", () => {
18431843
});
18441844
});
18451845

1846-
describe.only("getWidget()", () => {
1846+
describe("getWidget()", () => {
18471847
const schema = {
18481848
type: "object",
18491849
properties: {

0 commit comments

Comments
 (0)