Skip to content

Commit dc06aa0

Browse files
Chiu PeterChiu Peter
authored andcommitted
Modify package.json to retain all dependencies' version, not allowing compatibility, as we are using Node 12; there are too many compatibility issues.
1 parent 962630b commit dc06aa0

File tree

3 files changed

+2704
-2151
lines changed

3 files changed

+2704
-2151
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)