made database pattern ignored by jest

This commit is contained in:
Aster Fialla
2026-03-01 12:52:46 -05:00
parent 71d117b7c6
commit 76542bb91f

View File

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