Skip to content

Commit 4ce76df

Browse files
committed
update jest config
1 parent 0129fa9 commit 4ce76df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { JestConfigWithTsJest } from "ts-jest/dist/types";
1+
import type { JestConfigWithTsJest } from "ts-jest";
22

33
const config: JestConfigWithTsJest = {
44
testEnvironment: "node",

0 commit comments

Comments
 (0)