Skip to content

Commit d6d5099

Browse files
enabled cluster tests
1 parent 1455236 commit d6d5099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:js": "TS_NODE_TRANSPILE_ONLY=true NODE_ENV=test mocha \"test/helpers/*.ts\" \"test/unit/**/*.ts\" \"test/functional/**/*.ts\"",
1313
"test:cov": "nyc npm run test:js",
1414
"test:js:cluster": "TS_NODE_TRANSPILE_ONLY=true NODE_ENV=test mocha \"test/cluster/**/*.ts\"",
15-
"test": "npm run test:js && npm run test:tsd",
15+
"test": "npm run test:js && npm run test:tsd && npm run test:js:cluster",
1616
"lint": "eslint --ext .js,.ts ./lib",
1717
"docs": "npx typedoc --logLevel Error --excludeExternals --excludeProtected --excludePrivate --readme none lib/index.ts",
1818
"format": "prettier --write \"{,!(node_modules)/**/}*.{js,ts}\"",

0 commit comments

Comments
 (0)