Skip to content

Commit 2cf7a38

Browse files
chanceaclarkepicfaace
authored andcommitted
fix: test suite running one test (rjsf-team#1437)
1 parent ff3de9b commit 2cf7a38

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
@@ -1104,7 +1104,7 @@ describe("utils", () => {
11041104
});
11051105
});
11061106

1107-
it.only("should 'resolve' and stub out a schema which contains an `additionalProperties` with a type and definition", () => {
1107+
it("should 'resolve' and stub out a schema which contains an `additionalProperties` with a type and definition", () => {
11081108
const schema = {
11091109
type: "string",
11101110
additionalProperties: {

0 commit comments

Comments
 (0)