mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-08-19 21:03:56 -07:00
chore: update scripts for tests
This commit is contained in:
parent
e2e3d303c1
commit
8e3113d388
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue