Run js test coverage on CI

This commit is contained in:
Patrick Smith
2018-11-20 11:17:40 -05:00
parent 9b60ac596f
commit c3c675ceba
3 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
"watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall",
"build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"author": "",