Selaa lähdekoodia

chore(server): Fix jest config

Michael Bromley 7 vuotta sitten
vanhempi
sitoutus
d156676f85
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      server/package.json

+ 1 - 1
server/package.json

@@ -82,7 +82,7 @@
       "json",
       "ts"
     ],
-    "rootDir": "modules",
+    "rootDir": "src",
     "testRegex": ".spec.ts$",
     "transform": {
       "^.+\\.(t|j)s$": "ts-jest"