From 3cb6c4f9262fbfad0fdf4767901bf87c6c7229bd Mon Sep 17 00:00:00 2001 From: vinassefranche Date: Fri, 4 Mar 2022 11:40:00 +0100 Subject: [PATCH] Stop failing test because of typescript errors --- jest.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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, + }, + }, };