diff --git a/src/config/jest.config.js b/src/config/jest.config.js index fdf74a26..08c90d9c 100644 --- a/src/config/jest.config.js +++ b/src/config/jest.config.js @@ -44,9 +44,7 @@ const jestConfig = { require.resolve(transformer), { ...options, - diagnostics: { - warnOnly: true, - }, + diagnostics: false, }, ], ],