Skip to content

Commit b27658f

Browse files
committed
🎨 Import from .ts
1 parent 2bd410a commit b27658f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/functions.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { describe, test } from "vitest"
2-
import type { FunctionDef, ObjectProp, Prop } from "./functions.js"
2+
import type { FunctionDef, ObjectProp, Prop } from "./functions.ts"
33
import {
44
formatFunctionDefinitions,
55
formatObjectProperties,
66
formatType,
77
isAnyOfProp,
8-
} from "./functions.js"
8+
} from "./functions.ts"
99

1010
describe("isAnyOfProp", () => {
1111
test("true", ({ expect }) => {

0 commit comments

Comments
 (0)