Skip to content

Commit 4c7c1ae

Browse files
committed
add worker test
1 parent ceb3e2d commit 4c7c1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2384,7 +2384,7 @@ function processTestList(testList)
23842384
}
23852385

23862386
const defaultDisabledTags = [];
2387-
if (globalThis.Worker)
2387+
if (!globalThis.Worker)
23882388
defaultDisabledTags.push("WorkerTests");
23892389

23902390
if (typeof testList !== "undefined") {

0 commit comments

Comments
 (0)