From 76542bb91f112dd3172d6dae2e2977528bffa87d Mon Sep 17 00:00:00 2001 From: Aster Fialla Date: Sun, 1 Mar 2026 12:52:46 -0500 Subject: [PATCH] made database pattern ignored by jest --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index b0deb3c..cc06125 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,4 +7,5 @@ module.exports = { transform: { "^.+\\.[t|j]sx?$": require.resolve('babel-jest') }, + testPathIgnorePatterns: ["**/node_modules/**", "**/database/**"], }; \ No newline at end of file