Skip to content

Commit a6daf1c

Browse files
committed
chore: move tests of getSchemaType close to the implementation of that feature
1 parent 4fced71 commit a6daf1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/issues/issue90.typesOrRefs.test.ts renamed to src/utils/getSchemaType.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { compileSchema } from "../../compileSchema";
2-
import { getSchemaType } from "../../utils/getSchemaType";
1+
import { compileSchema } from "../compileSchema";
2+
import { getSchemaType } from "./getSchemaType";
33
import { strict as assert } from "assert";
44

55
describe("issue#90 - types or refs", () => {

0 commit comments

Comments
 (0)