add coverage
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/node_modules
|
||||
/.vscode
|
||||
/build
|
||||
/coverage
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
"dev": "webpack serve --mode=development --open=false",
|
||||
"build": "webpack --mode=production",
|
||||
"lint": "eslint -c .eslintrc.json src --fix",
|
||||
"test": "jest"
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user