File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
library/tests/src/test/scala/japgolly/scalajs/react/doc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Read through the following for how to test with `ReactTestUtils`.
5050``` scala
5151import japgolly .scalajs .react ._
5252import japgolly .scalajs .react .test .ReactTestUtils
53- import japgolly .scalajs .react .testing_library .dom ._
53+ import japgolly .scalajs .react .testing_library .dom .Simulate
5454import japgolly .scalajs .react .vdom .html_<^ ._
5555import utest ._
5656
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package japgolly.scalajs.react.doc
22
33import japgolly .scalajs .react ._
44import japgolly .scalajs .react .test .ReactTestUtils
5- import japgolly .scalajs .react .testing_library .dom ._
5+ import japgolly .scalajs .react .testing_library .dom .Simulate
66import japgolly .scalajs .react .vdom .html_<^ ._
77import utest ._
88
You can’t perform that action at this time.
0 commit comments