Skip to content

Commit

Permalink
run test script with npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
scoin committed Mar 3, 2016
1 parent 3ecbe56 commit a7c58ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A wrapper for the Multichain JSON-RPC api that parses your input.",
"main": "index.js",
"scripts": {
"test": "echo \"no tests yet\""
"test": "./test/run"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a7c58ad

Please sign in to comment.