diff --git a/jest.config.js b/jest.config.js index 3425f2e..8125681 100644 --- a/jest.config.js +++ b/jest.config.js @@ -2,4 +2,9 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ['/dist/', '/node_modules/'], + globals: { + 'ts-jest': { + diagnostics: false, + }, + }, };