Skip to content

Commit

Permalink
Test intended behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 6, 2023
1 parent c2900ae commit e5823a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2380,8 +2380,7 @@ describe('ReactDOMFizzServer', () => {
expect(() => {
expect(Scheduler).toFlushAndYield([
'Nay!',
// Missing flushAndYield
// 'Yay!'
'Yay!'
]);
}).toErrorDev([]);
});
Expand Down

0 comments on commit e5823a1

Please sign in to comment.