Skip to content

Commit

Permalink
test: update e2e worker.self-spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Jun 5, 2024
1 parent 283294c commit 519baa4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions e2e/fixtures/worker.self-spawn/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ const workers = Object.entries(files).filter(([fileName, content]) =>

assert(workers.length === 1, "should generate one workerHelpers chunks");

assert(
workers[0][1].includes(workers[0][0]),
"should generate one workerHelpers chunks"
);
assert(workers[0][1].includes(workers[0][0]), "should include self's chunk id");

0 comments on commit 519baa4

Please sign in to comment.