Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 17, 2021
1 parent ae20fe9 commit 2679450
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ describe('SchedulerDOMSetImmediate', () => {
port2: {
postMessage() {
throw Error('Should be unused');
}
}
}
},
},
};
};

let pendingSetImmediateCallback = null;
Expand Down

0 comments on commit 2679450

Please sign in to comment.