refactor code and check coverage
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"deploy": "npm run build && firebase deploy"
|
||||
"deploy": "npm run build && firebase deploy",
|
||||
"coverage": "react-scripts test --coverage"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
||||
Reference in New Issue
Block a user