Skip to content

Commit

Permalink
build: rename deprecated key in ts-jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided committed Jan 9, 2021
1 parent 8282972 commit cc97ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -4,7 +4,7 @@ module.exports = {
collectCoverageFrom: ['src/**/*.ts', '!src/**/index.ts', '!src/**/*.interface.ts'],
globals: {
'ts-jest': {
tsConfig: 'tsconfig.spec.json',
tsconfig: 'tsconfig.spec.json',
},
},
};

0 comments on commit cc97ee1

Please sign in to comment.