diff --git a/jest.config.js b/jest.config.js index cc06125..b0deb3c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,5 +7,4 @@ module.exports = { transform: { "^.+\\.[t|j]sx?$": require.resolve('babel-jest') }, - testPathIgnorePatterns: ["**/node_modules/**", "**/database/**"], }; \ No newline at end of file