removing testpathignore patterns since it seems to be unecessary?

This commit is contained in:
Aster Fialla
2026-03-01 17:24:32 -05:00
parent e8cd592aee
commit efd68f1a88

View File

@@ -7,5 +7,4 @@ module.exports = {
transform: { transform: {
"^.+\\.[t|j]sx?$": require.resolve('babel-jest') "^.+\\.[t|j]sx?$": require.resolve('babel-jest')
}, },
testPathIgnorePatterns: ["**/node_modules/**", "**/database/**"],
}; };