fix: headless browser for tests
Node.js CI / Lint and Test (pull_request) Failing after 2m38s

This commit is contained in:
2025-02-17 13:03:38 -08:00
parent f6a020ef7a
commit 2ac7d9fa1c
+1 -1
View File
@@ -6,7 +6,7 @@
"dev": "ng dev",
"lint": "eslint src --max-warnings 0",
"build": "ng build",
"test": "ng test"
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {