add test script

This commit is contained in:
Roman Storm 2017-11-09 18:29:36 -08:00
parent b4589ad052
commit bae40a1516
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "bash scripts/test.sh",
"coverage": "scripts/coverage.sh"
},
"author": "Roman Storm",
"license": "MIT",
@ -22,4 +23,5 @@
"mochawesome": "^2.3.1",
"solidity-coverage": "^0.4.0"
}
}