We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fced71 commit a6daf1cCopy full SHA for a6daf1c
src/tests/issues/issue90.typesOrRefs.test.ts renamed to src/utils/getSchemaType.test.ts
@@ -1,5 +1,5 @@
1
-import { compileSchema } from "../../compileSchema";
2
-import { getSchemaType } from "../../utils/getSchemaType";
+import { compileSchema } from "../compileSchema";
+import { getSchemaType } from "./getSchemaType";
3
import { strict as assert } from "assert";
4
5
describe("issue#90 - types or refs", () => {
0 commit comments