diff options
author | Fabio Berger <me@fabioberger.com> | 2017-05-26 23:08:45 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-05-26 23:08:45 +0800 |
commit | 3cf25d0787448f58930dcd9ec9bf040530278486 (patch) | |
tree | cb5b9f8a0d65fb28a0cac709b331e7dc402cbd68 | |
parent | c5cc388a596cc01522ae7bfc182ca3841a4b7ba9 (diff) | |
download | dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.tar dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.tar.gz dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.tar.bz2 dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.tar.lz dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.tar.xz dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.tar.zst dexon-sol-tools-3cf25d0787448f58930dcd9ec9bf040530278486.zip |
Postfix test files with `_test`
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | test/0x.js_test.ts (renamed from test/0x.js.ts) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a1ccca821..0adb44f8b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:commonjs": "tsc; copyfiles -u 2 ./src/artifacts/*.json ./../0x.js/lib/src/artifacts;", "build": "npm run clean && run-p build:*", "lint": "tslint src/ts/**/*", - "test": "run-s clean build:commonjs && mocha lib/test/**/*.js", + "test": "run-s clean build:commonjs && mocha lib/test/**/*_test.js", "test:coverage": "nyc npm run test --all", "docs:json": "typedoc --json docs/index.json .", "docs:generate": "typedoc --out docs .", diff --git a/test/0x.js.ts b/test/0x.js_test.ts index d5b2015fb..d5b2015fb 100644 --- a/test/0x.js.ts +++ b/test/0x.js_test.ts |