We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd9859 commit a5a6b77Copy full SHA for a5a6b77
jest.config.js
@@ -3,7 +3,7 @@ module.exports = {
3
testEnvironment: 'node',
4
globals: {
5
'ts-jest': {
6
- tsConfig: 'tsconfig.spec.json'
7
- }
8
+ tsConfig: 'tsconfig.spec.json',
+ },
9
};
0 commit comments