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

This commit is contained in:
Naomi Carrigan 2025-02-17 13:03:38 -08:00
parent f6a020ef7a
commit 2ac7d9fa1c
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

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": {