Skip to content

Commit

Permalink
add watchAll
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Dec 4, 2023
1 parent 59e0cb6 commit c5f108d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
npm install -g nodemon
npm init -y
npm install --force
npm test -- --coverage || true
npm test
- name: Archive code coverage results
uses: actions/upload-artifact@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage",
"test": "react-scripts test --watchAll --coverage",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit c5f108d

Please sign in to comment.