Skip to content

Commit a9e56cd

Browse files
committed
Fix documentation on fatal React warnings
1 parent f82e09e commit a9e56cd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/TESTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,7 @@ for how to write tests for real-world scalajs-react applications.
290290

291291
# Fatal React warnings
292292

293-
The easiest way to make `ReactTestUtils` or `LegacyReactTestUtils` to turn React warnings into runtime exceptions,
294-
is via a [config option](./CONFIG.md#testwarningsreact).
295-
296-
Alternatively, you can do any of the following...
293+
To turn React warnings into runtime exceptions, do any of the following...
297294

298295
- Wrapping a test
299296

0 commit comments

Comments
 (0)