We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a82984c commit 434112eCopy full SHA for 434112e
packages/test/package.json
@@ -7,7 +7,7 @@
7
"build": "npm-run-all build:protos build:ts",
8
"build:ts": "tsc --build",
9
"build:protos": "node ./scripts/compile-proto.js",
10
- "test": "ava ./lib/test-*.js",
+ "test": "ava ./lib/test-worker-lifecycle.js -m \"Worker.runUntil doesn't hang if provided promise survives to Worker's shutdown\"",
11
"test.watch": "ava --watch ./lib/test-*.js"
12
},
13
"ava": {
0 commit comments