Skip to content

Commit

Permalink
ci: coverage in test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDmz committed Dec 6, 2023
1 parent 3952bcd commit 1cf423c
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 366 deletions.
26 changes: 0 additions & 26 deletions azure-pipelines.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:test": "start-server-and-test start http://localhost:3000 cypress:run",
"test": "react-scripts test",
"test": "react-scripts test --coverage .",
"build": "react-scripts build && copy-and-watch configuration/configuration.json build"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 1cf423c

Please sign in to comment.