Updating root test script for travis-ci.
This commit is contained in:
parent
74406cc0b7
commit
0adedcab50
@ -4,7 +4,7 @@
|
|||||||
"description": "Ethereum wallet library.",
|
"description": "Ethereum wallet library.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "cd tests && node index.js",
|
"test": "./node_modules/.bin/mocha tests/test-*.js",
|
||||||
"version": "grunt dist"
|
"version": "grunt dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -16,7 +16,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^5.0.0",
|
"grunt-browserify": "^5.0.0",
|
||||||
"grunt-contrib-uglify": "^1.0.1"
|
"grunt-contrib-uglify": "^1.0.1",
|
||||||
|
"mocha": "^3.2.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ethereum",
|
"ethereum",
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
'use strict';
|
|
||||||
|
|
||||||
var reporter = require('nodeunit').reporters.default;
|
|
||||||
|
|
||||||
reporter.run([
|
|
||||||
'run-contract-interface.js',
|
|
||||||
'run-hdnode.js',
|
|
||||||
'run-providers.js',
|
|
||||||
'run-utils.js',
|
|
||||||
'run-wallet.js',
|
|
||||||
]);
|
|
@ -3,9 +3,6 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Scripts to generate Ethereum test cases and run ethers.js against them.",
|
"description": "Scripts to generate Ethereum test cases and run ethers.js against them.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
|
||||||
"nodeunit": "0.9.1"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bip39": "2.2.0",
|
"bip39": "2.2.0",
|
||||||
"bitcoinjs-lib": "2.3.0",
|
"bitcoinjs-lib": "2.3.0",
|
||||||
@ -15,8 +12,6 @@
|
|||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^5.0.0",
|
"grunt-browserify": "^5.0.0",
|
||||||
"grunt-contrib-uglify": "^1.0.1",
|
"grunt-contrib-uglify": "^1.0.1",
|
||||||
"promise-rationing": "0.0.1",
|
|
||||||
"mocha": "^3.2.0",
|
|
||||||
"rlp": "2.0.0",
|
"rlp": "2.0.0",
|
||||||
"solc": "0.3.5",
|
"solc": "0.3.5",
|
||||||
"web3": "0.20.2"
|
"web3": "0.20.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user