Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 6485fe1

Browse files
jbhoosreddyjasonLaster
authored andcommitted
whoops
1 parent 3e8dcd1 commit 6485fe1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/devtools-utils/src/tests/worker-utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ describe("worker utils", () => {
7777
it("streams a task", async () => {
7878
jest.useRealTimers();
7979

80-
const dispatcher = new WorkerDispatcher();
81-
global.Worker = jest.fn();
82-
8380
const postMessageMock = jest.fn();
8481

8582
const worker = {

0 commit comments

Comments
 (0)