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
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -37,7 +37,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint \"./src/**/*.{js,ts,tsx}\""
"lint": "eslint \"./src/**/*.{js,ts,tsx}\"",
"test:coverage": "react-scripts test --coverage"
},
"browserslist": {
"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