Travis: coverage 2

This commit is contained in:
Jeronimo Vallelunga 2017-07-13 01:00:20 -03:00
parent 04cb3baa9c
commit cd95483b2c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"prebuild": "npm run eslint",
"build": "babel src -d build",
"test": "jest --config .jest.json",
"test:coverage": "jest --config .jest.json --coverage",
"test:coverage": "jest --coverage",
"test:watch": "npm test -- --watch",
"prepublish": "npm run build",
"release": "np",