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 63c72eb commit cf8cb52Copy full SHA for cf8cb52
jest.config.js
@@ -7,7 +7,7 @@ module.exports = {
7
testPathIgnorePatterns: ['/build/', '/templates/'],
8
globals: {
9
'ts-jest': {
10
- tsConfig: 'tsconfig.spec.json'
+ tsconfig: 'tsconfig.spec.json'
11
}
12
13
};
0 commit comments