diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-10-04 20:42:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 20:42:14 +0800 |
commit | 5bc7d716e03f8786b93fbe506096abe0fb7d08a9 (patch) | |
tree | 4be98f2280df8e2e572d26031ce685c902f4d426 | |
parent | 0fa978c95964c12c7ca94a46a6ee324d6337d132 (diff) | |
parent | 3ec2402a98fe274c63cefbd9a86bf8cb3ba17584 (diff) | |
download | dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.tar dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.tar.gz dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.tar.bz2 dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.tar.lz dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.tar.xz dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.tar.zst dexon-sol-tools-5bc7d716e03f8786b93fbe506096abe0fb7d08a9.zip |
Merge pull request #177 from 0xProject/greenkeeper/mocha-4.0.0
Update mocha to the latest version 🚀
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 0d0828802..afcd78bf0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "pretest:umd": "run-s clean build:umd:dev build:commonjs", "substitute_umd_bundle": "npm run remove_src_files_not_used_by_tests; shx mv _bundles/* lib/src", "remove_src_files_not_used_by_tests": "find ./lib/src \\( -path ./lib/src/utils -o -path ./lib/src/subproviders -o -path ./lib/src/schemas -o -path \"./lib/src/types.*\" \\) -prune -o -type f -print | xargs rm", - "run_mocha": "mocha lib/test/**/*_test.js --timeout 5000 --bail" + "run_mocha": "mocha lib/test/**/*_test.js --timeout 5000 --bail --exit" }, "config": { "artifacts": "TokenTransferProxy Exchange TokenRegistry Token EtherToken", @@ -68,7 +68,7 @@ "dirty-chai": "^2.0.1", "ethereumjs-testrpc": "4.0.1", "json-loader": "^0.5.4", - "mocha": "^3.4.1", + "mocha": "^4.0.0", "npm-run-all": "^4.0.2", "nyc": "^11.0.1", "opn-cli": "^3.1.0", |