0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 06:02:41 +00:00

Merge pull request #2695 from MichielDeMey/patch-2

Fixed typo in Jest's modulePaths
This commit is contained in:
Trevor Buckner
2023-02-28 16:33:46 -05:00
committed by GitHub

View File

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