diff --git a/.circleci/config.yml b/.circleci/config.yml index feb3b92..c80c282 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,7 @@ jobs: - run: name: test command: | - yarn test + yarn test --watchAll --coverage - run: name: coverage command: | diff --git a/package.json b/package.json index d5bf6a7..9c038e9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "start": "react-scripts start", "build": "react-scripts build", "coverage": "codecov -f coverage/*.json -F dashboard", - "test": "react-scripts test --watchAll --coverage --runInBand", + "test": "react-scripts test", "typecheck": "tsc --noEmit", "eject": "react-scripts eject", "lint": "eslint --config .eslintrc.js",