Merge branch 'tests' into develop
Showing
| ... | ... | @@ -25,12 +25,14 @@ | 
| "jshint": ">=2.5.0", | ||
| "uglifyify": "^2.6.0", | ||
| "unreachable-branch-transform": "^0.1.0", | ||
| "vinyl-source-stream": "^1.0.0" | ||
| "vinyl-source-stream": "^1.0.0", | ||
| "mocha": ">=2.1.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "gulp", | ||
| "watch": "gulp watch", | ||
| "lint": "gulp lint" | ||
| "lint": "gulp lint", | ||
| "test": "mocha" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | 
test/abi.parsers.js
0 → 100644
test/db.methods.js
0 → 100644
test/eth.methods.js
0 → 100644
test/mocha.opts
0 → 100644
test/shh.methods.js
0 → 100644
test/utils.js
0 → 100644
test/web3.methods.js
0 → 100644
Please register or sign in to comment