Skip to content
Snippets Groups Projects
Commit aaa6f543 authored by Albin Henriksson's avatar Albin Henriksson
Browse files

#2: Re-added test:coverage script

parent f51367b1
No related branches found
No related tags found
2 merge requests!8Issue/2 test front end,!6Issue/2 test front end
...@@ -37,7 +37,8 @@ ...@@ -37,7 +37,8 @@
"build": "react-scripts build", "build": "react-scripts build",
"test": "react-scripts test", "test": "react-scripts test",
"eject": "react-scripts eject", "eject": "react-scripts eject",
"lint": "eslint \"./src/**/*.{js,ts,tsx}\"" "lint": "eslint \"./src/**/*.{js,ts,tsx}\"",
"test:coverage": "react-scripts test --coverage"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment