aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json2
-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