Przeglądaj źródła

chore(server): Fix jest config

Michael Bromley 7 lat temu
rodzic
commit
d156676f85
1 zmienionych plików z 1 dodań i 1 usunięć
  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"