Skip to content

Commit

Permalink
stray todo
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Jun 23, 2019
1 parent 17a9cad commit c777608
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-dom/src/__tests__/ReactDOMHooks-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ describe('ReactDOMHooks', () => {

// we explicitly catch the missing act() warnings
// to simulate this tricky repro
// todo - is this ok?
expect(() => {
ReactDOM.render(<Example1 n={1} />, container);
expect(container.textContent).toBe('1');
Expand Down

0 comments on commit c777608

Please sign in to comment.