Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy-SC committed Nov 18, 2022
1 parent ce13f64 commit cb3fdd7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2077,8 +2077,6 @@ describe('ReactOffscreen', () => {
await act(() => {
root.render(<App />);
});
expect(Scheduler).toHaveYielded([
'attach child'
]);
expect(Scheduler).toHaveYielded(['attach child']);
});
});

0 comments on commit cb3fdd7

Please sign in to comment.