From 8812d4557a69e72f51ba6365f2c9f518bd2a5072 Mon Sep 17 00:00:00 2001 From: Shaun Hamilton Date: Mon, 13 Feb 2023 22:19:14 +0000 Subject: [PATCH] fix(api): ignore api in jest config (#49371) --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 84689f41854..4df4cad482a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - testPathIgnorePatterns: ['/node_modules/'], + testPathIgnorePatterns: ['/node_modules/', 'api/'], moduleNameMapper: { '\\.(jpg|jpeg|png|svg|woff|woff2)$': '/client/src/__mocks__/file-mock.ts',