diff --git a/package.json b/package.json index b75a9d6f..f349ee74 100644 --- a/package.json +++ b/package.json @@ -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" },