We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.ts
1 parent 2bd410a commit b27658fCopy full SHA for b27658f
‎src/functions.test.ts
@@ -1,11 +1,11 @@
1
import { describe, test } from "vitest"
2
-import type { FunctionDef, ObjectProp, Prop } from "./functions.js"
+import type { FunctionDef, ObjectProp, Prop } from "./functions.ts"
3
import {
4
formatFunctionDefinitions,
5
formatObjectProperties,
6
formatType,
7
isAnyOfProp,
8
-} from "./functions.js"
+} from "./functions.ts"
9
10
describe("isAnyOfProp", () => {
11
test("true", ({ expect }) => {
0 commit comments