0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Fixed typo in Jest's modulePaths

This commit is contained in:
Michiel De Mey
2023-02-26 14:24:21 +01:00
committed by GitHub
parent 4d7e273f7d
commit 8a6cc3c0aa

View File

@@ -39,7 +39,7 @@
"jest": {
"testTimeout": 15000,
"modulePaths": [
"mode_modules",
"node_modules",
"shared",
"server"
],