add coverage report

This commit is contained in:
John Mitchell 2018-10-24 21:11:52 -04:00
parent 3938d49a1f
commit 79e68b1dbe
No known key found for this signature in database
GPG Key ID: FE6A9B5BD4EB5C94
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules/
coverage/

View File

@ -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": [],