]> juplo.de Git - demos/kafka/chat/commitdiff
TMP jest--2025-10-04--09-27
authorKai Moritz <kai@juplo.de>
Sat, 4 Oct 2025 07:26:15 +0000 (09:26 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 4 Oct 2025 07:26:15 +0000 (09:26 +0200)
jest.config.ts [new file with mode: 0644]
package.json

diff --git a/jest.config.ts b/jest.config.ts
new file mode 100644 (file)
index 0000000..e3c292a
--- /dev/null
@@ -0,0 +1,5 @@
+import type { Config } from 'jest';
+
+export default {
+  setupFilesAfterEnv: ['<rootDir>/setup-jest.ts'],
+} satisfies Config;
index ca053d3c95d69db453a3f8334aac7e345e18703c..378b5d7e74347807b103abbd308f4ceda4b85177 100644 (file)
@@ -9,12 +9,6 @@
     "test": "jest",
     "test:watch": "jest --watch"
   },
-  "jest": {
-    "preset": "jest-preset-angular",
-    "setupFilesAfterEnv": [
-      "<rootDir>/setup-jest.ts"
-    ]
-  },
   "prettier": {
     "printWidth": 100,
     "singleQuote": true,