Update jest config to avoid deprecated settings.

This commit is contained in:
baldo 2022-02-07 20:58:01 +01:00
parent b50cbfe3c0
commit 93fa21fff0

View file

@ -4,7 +4,7 @@ module.exports = {
roots: ['<rootDir>/server'],
globals: {
'ts-jest': {
tsConfig: '<rootDir>/server/tsconfig.json'
tsconfig: '<rootDir>/server/tsconfig.json'
}
}
};