]> juplo.de Git - demos/kafka/chat/commitdiff
WIP
authorKai Moritz <kai@juplo.de>
Fri, 3 Oct 2025 20:06:02 +0000 (22:06 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 3 Oct 2025 20:06:02 +0000 (22:06 +0200)
package.json

index 0fbe55b0cca8c4d0be3b840a861766fc271f0297..ca41436e95819b6694493756a2a33bdbbefca547 100644 (file)
@@ -6,7 +6,12 @@
     "start": "ng serve",
     "build": "ng build",
     "watch": "ng build --watch --configuration development",
-    "test": "ng test"
+    "test": "jest",
+    "test:watch": "jest --watch"
+  },
+  "jest": {
+    "preset": "jest-preset-angular",
+    "setupFilesAfterEnv": ["<rootDir>/src/setupJest.ts"]
   },
   "prettier": {
     "printWidth": 100,