Skip to content

Commit

Permalink
Fix jest roots
Browse files Browse the repository at this point in the history
  • Loading branch information
sha256 committed Dec 21, 2023
1 parent 82ccc11 commit fd37d90
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
@@ -1,7 +1,7 @@
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest ={
roots: ['<rootDir>'],
roots: ['<rootDir>/test'],
preset: 'ts-jest',
testEnvironment: 'node',
setupFilesAfterEnv: [
Expand Down

0 comments on commit fd37d90

Please sign in to comment.