Skip to content

Commit cf8cb52

Browse files
committed
🚧 chore(jest): change tsConfig to tsconfig due to deprecation
1 parent 63c72eb commit cf8cb52

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
@@ -7,7 +7,7 @@ module.exports = {
77
testPathIgnorePatterns: ['/build/', '/templates/'],
88
globals: {
99
'ts-jest': {
10-
tsConfig: 'tsconfig.spec.json'
10+
tsconfig: 'tsconfig.spec.json'
1111
}
1212
}
1313
};

0 commit comments

Comments
 (0)