Skip to content

Commit

Permalink
update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LayneHaber committed Oct 8, 2018
1 parent cf62937 commit 71bfa7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -5,10 +5,10 @@
"main": "truffle.js",
"scripts": {
"coverage": "./node_modules/.bin/solidity-coverage",
"ganache": "ganache-cli -p 9545 -m 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat' > /dev/null &",
"develop": "ganache-cli -p 8545 -m 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat' > /dev/null &",
"test": "echo \"Error: no test specified\" && exit 1",
"test-unit": "truffle test ./test/unit/ledgerChannelTest.js",
"stop": "sudo kill `sudo lsof -t -i:9545`",
"test-unit": "npm run develop && truffle test ./test/unit/ledgerChannelTest.js",
"stop": "kill -9 `lsof -t -i:8545`",
"solium": "solium -d contracts/"
},
"repository": {
Expand Down

0 comments on commit 71bfa7d

Please sign in to comment.