mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
add coverage report
This commit is contained in:
parent
3938d49a1f
commit
79e68b1dbe
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
node_modules/
|
||||
coverage/
|
||||
@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
|
||||
"test": "jest --watchAll",
|
||||
"test": "jest --watchAll --coverage",
|
||||
"lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user