There was an error while loading. Please reload this page.
1 parent ff3de9b commit 2cf7a38Copy full SHA for 2cf7a38
test/utils_test.js
@@ -1104,7 +1104,7 @@ describe("utils", () => {
1104
});
1105
1106
1107
- it.only("should 'resolve' and stub out a schema which contains an `additionalProperties` with a type and definition", () => {
+ it("should 'resolve' and stub out a schema which contains an `additionalProperties` with a type and definition", () => {
1108
const schema = {
1109
type: "string",
1110
additionalProperties: {
0 commit comments