chore: update scripts for tests

This commit is contained in:
David Laganiere 2023-08-13 14:14:26 -04:00
commit 8e3113d388
No known key found for this signature in database
GPG key ID: 18C4B80581C28747

View file

@ -37,7 +37,8 @@
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test:unit": "jest --coverage --testPathPattern='unit'"
"test:unit": "jest --coverage --testPathPattern='unit' --silent",
"test": "jest --coverage"
},
"homepage": "/app",
"proxy": "http://127.0.0.1:4000",