Skip to content

Commit

Permalink
fixup! fixup! Try skipping lib checks in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Sep 30, 2024
1 parent 28999d9 commit 01d0beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const baseConfig: ArrayElement<NonNullable<Config["projects"]>> = {
setupFilesAfterEnv: ["<rootDir>/jest.setup.ts"],
globals: {
"ts-jest": {
tsConfig: "tsconfig.test.json",
tsConfig: "<rootDir>/tsconfig.test.json",
},
},
};
Expand Down

0 comments on commit 01d0beb

Please sign in to comment.