diff options
author | Fabio Berger <me@fabioberger.com> | 2018-05-23 23:37:43 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-05-23 23:37:43 +0800 |
commit | 17cfd7b001a046e1014257da6b77b28c7a291e54 (patch) | |
tree | aeff401cb16007a30c08e9e3a980bb4904257f6a /packages/0x.js/package.json | |
parent | e941bdd945c5e29e171ea90ef67af7a36e81d2cc (diff) | |
download | dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.tar dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.tar.gz dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.tar.bz2 dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.tar.lz dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.tar.xz dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.tar.zst dexon-sol-tools-17cfd7b001a046e1014257da6b77b28c7a291e54.zip |
Enable 0x.js tests
Diffstat (limited to 'packages/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 6eff2fd9b..a498124b6 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -28,9 +28,7 @@ "build:umd:prod": "NODE_ENV=production webpack", "build:commonjs": "tsc && copyfiles -u 2 './src/compact_artifacts/**/*.json' ./lib/src/compact_artifacts && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts", "test:commonjs": "run-s build:commonjs run_mocha", - "_comment": {"run_mocha": "mocha lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit", - "note": "The `run_mocha` test has been commented out by @hysz (greg@0xproject.com) until the migration package and 0x.js have been updated for V2."}, - "run_mocha": "", + "run_mocha": "mocha lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit", "manual:postpublish": "yarn build; node ./scripts/postpublish.js", "docs:stage": "node scripts/stage_docs.js", "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES", |