fix: set it right here

This commit is contained in:
Naomi Carrigan 2025-02-17 13:50:13 -08:00
parent 94830188e7
commit 95fcd549f0
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

@ -6,7 +6,7 @@
"dev": "ng dev",
"lint": "eslint src --max-warnings 0",
"build": "ng build",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
"test": "CHROME_BIN=/usr/bin/google-chrome ng test --no-watch --no-progress --browsers=ChromeHeadless"
},
"private": true,
"dependencies": {