mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-11 17:14:15 +00:00
add script for code coverage
It is not easy to remember --watchAll=false https://github.com/facebook/create-react-app/issues/6888
This commit is contained in:
committed by
David Lechner
parent
9257053905
commit
8a90acde8b
@@ -43,6 +43,7 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=./test-env.js",
|
||||
"coverage": "react-scripts test --env=./test-env.js --coverage --watchAll=false",
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user