Run tests in band.

This commit is contained in:
David Diaz 2019-03-12 11:21:11 -06:00
parent f7cb19276b
commit 7854333a50
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"author": "Sergio Diaz <seich@martianwabbit.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"test": "jest -i",
"test:coverage": "jest --coverage ./src",
"release": "np"
},