Skip to content

Commit 434112e

Browse files
isolate lifecycle test
1 parent a82984c commit 434112e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "npm-run-all build:protos build:ts",
88
"build:ts": "tsc --build",
99
"build:protos": "node ./scripts/compile-proto.js",
10-
"test": "ava ./lib/test-*.js",
10+
"test": "ava ./lib/test-worker-lifecycle.js -m \"Worker.runUntil doesn't hang if provided promise survives to Worker's shutdown\"",
1111
"test.watch": "ava --watch ./lib/test-*.js"
1212
},
1313
"ava": {

0 commit comments

Comments
 (0)