Skip to content

Commit e3cef33

Browse files
committed
Fix Jest config
- Fixed typo for ts-jest options.
1 parent fa5bd17 commit e3cef33

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
@@ -5,7 +5,7 @@ const { compilerOptions } = require('./tsconfig.json')
55
module.exports = config = {
66
testEnvironment: 'node',
77
globals: {
8-
'ts-test': {
8+
'ts-jest': {
99
tsconfig: 'tsconfig.json'
1010
}
1111
},

0 commit comments

Comments
 (0)