Stop failing test because of typescript errors

This commit is contained in:
vinassefranche 2022-03-04 11:40:00 +01:00
parent 662bf15c6d
commit 3cb6c4f926

View file

@ -2,4 +2,9 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['/dist/', '/node_modules/'],
globals: {
'ts-jest': {
diagnostics: false,
},
},
};