Update jest config to avoid deprecated settings.
This commit is contained in:
parent
b50cbfe3c0
commit
93fa21fff0
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
roots: ['<rootDir>/server'],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsConfig: '<rootDir>/server/tsconfig.json'
|
||||
tsconfig: '<rootDir>/server/tsconfig.json'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue