zoneless for jest, duh

This commit is contained in:
shamoon
2026-07-08 11:25:37 -07:00
parent 9cb64ebce7
commit 9c4a31c729
+1 -1
View File
@@ -155,7 +155,7 @@
"builder": "@angular-builders/jest:run",
"options": {
"tsConfig": "tsconfig.spec.json",
"zoneless": false,
"zoneless": true,
"watch": false,
"coverage": true
}