Skip to content

Commit 47ea527

Browse files
Chiu PeterChiu Peter
authored andcommitted
tsConfig in jest.config.js for aligning Node
1 parent dc06aa0 commit 47ea527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
setupFilesAfterEnv: ['./src/jest-setup.ts'],
2424
globals: {
2525
'ts-jest': {
26-
tsconfig: './tsconfig.json',
26+
tsConfig: './tsconfig.json',
2727
isolatedModules: true
2828
}
2929
}

0 commit comments

Comments
 (0)