Skip to content

Commit 0766449

Browse files
enabled cluster tests
1 parent 1455236 commit 0766449

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ jobs:
3333
- run: npm run build
3434
- run: npm run test:tsd
3535
- run: npm run test:cov || npm run test:cov || npm run test:cov
36+
- run: npm run test:js || npm run test:js:cluster

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)