Skip to content

Commit

Permalink
Update worker.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerios authored May 19, 2021
1 parent b4316f0 commit 662e909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/worker/__tests__/worker.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ if (isBuild) {
// chunk
expect(content).toMatch(`new Worker("/assets`)
// inlined
expect(content).toMatch(`new Worker("data:application/javascript`)
expect(content).toMatch(`new Worker((window.URL||window.webkitURL)`)
})
}

0 comments on commit 662e909

Please sign in to comment.