0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-30 20:38:12 +00:00

fix tests

This commit is contained in:
Víctor Losada Hernández
2026-02-18 19:17:35 +01:00
parent fed4b62d2d
commit 747b8d0279

View File

@@ -61,10 +61,11 @@
"server" "server"
], ],
"transformIgnorePatterns": [ "transformIgnorePatterns": [
"node_modules/(?!(nanoid|@exodus/bytes|parse5)/)" "node_modules/(?!(nanoid|@exodus/bytes|parse5|@asamuzakjp|@csstools)/)"
], ],
"transform": { "transform": {
"^.+\\.js$": "babel-jest" "^.+\\.[jt]s$": "babel-jest",
"^.+\\.mjs$": "babel-jest"
}, },
"coveragePathIgnorePatterns": [ "coveragePathIgnorePatterns": [
"build/*" "build/*"