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 21, 2021
1 parent c1939c0 commit 2cfe036
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(objURL`)
expect(content).toMatch(`(window.URL||window.webkitURL).createObjectURL`)
})
}

0 comments on commit 2cfe036

Please sign in to comment.