From 7f15b775ba36b5a63db9c8ec8aa1f191addd1943 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Tue, 7 Mar 2023 11:11:45 -0600 Subject: [PATCH] PR-579798: Fixing unit testing. --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 9c410cf..f94867b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,6 +7,7 @@ const aliases = pathsToModuleNameMapper(compilerOptions.paths, { module.exports = { setupFilesAfterEnv: ['/setupTest.ts'], + testPathIgnorePatterns: ['/node_modules/', '\\.cy.(js|jsx|ts|tsx)$'], testEnvironment: 'jsdom', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'], modulePathIgnorePatterns: ['/cypress/'],