mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-17 01:55:27 +10:00
made database pattern ignored by jest
This commit is contained in:
@@ -7,4 +7,5 @@ module.exports = {
|
|||||||
transform: {
|
transform: {
|
||||||
"^.+\\.[t|j]sx?$": require.resolve('babel-jest')
|
"^.+\\.[t|j]sx?$": require.resolve('babel-jest')
|
||||||
},
|
},
|
||||||
|
testPathIgnorePatterns: ["**/node_modules/**", "**/database/**"],
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user