From b2f9e42e14298d50ccbabb5bbf5767784a9e8b73 Mon Sep 17 00:00:00 2001 From: AshutoshSajan <44765540+AshutoshSajan@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:43:09 +0530 Subject: [PATCH] mc --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index b733dd9..8d37058 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,7 +3,7 @@ module.exports = { testEnvironmentOptions: { NODE_ENV: 'test', }, - // testMatch: ['/tests/**/*.test.js'], + testMatch: ['/tests/**/*.test.js'], restoreMocks: true, // coveragePathIgnorePatterns: ['node_modules', 'src/config', 'src/app.js', 'tests'], // coverageReporters: ['text', 'lcov', 'clover', 'html'],