From ee30f05e7289efda34164a61b0581f057eec28a3 Mon Sep 17 00:00:00 2001 From: phntxx Date: Thu, 24 Jun 2021 12:03:26 +0200 Subject: [PATCH] Update package.json, update CircleCI config --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",