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

#2: Added script for test:coverage

parent aa8de6be
No related branches found
No related tags found
2 merge requests!8Issue/2 test front end,!6Issue/2 test front end
......@@ -22,7 +22,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ignore-path .gitignore ."
"lint": "eslint --ignore-path .gitignore .",
"test:coverage": "react-scripts test --coverage"
},
"eslintConfig": {
"extends": [
......@@ -50,4 +51,4 @@
"eslint-config-strongloop": "^2.1.0",
"eslint-plugin-react": "^7.22.0"
}
}
}
\ No newline at end of file
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