Skip to content

Commit a82984c

Browse files
reenable all tests
1 parent e077393 commit a82984c

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-bridge.js -m \"Stopping Worker after creating another runtime doesn't fail\"",
10+
"test": "ava ./lib/test-*.js",
1111
"test.watch": "ava --watch ./lib/test-*.js"
1212
},
1313
"ava": {

0 commit comments

Comments
 (0)