We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afff896 commit 46f0f1bCopy full SHA for 46f0f1b
test/src/main/scala/japgolly/scalajs/react/test/package.scala
@@ -1,7 +1,5 @@
1
package japgolly.scalajs.react
2
3
-import japgolly.scalajs.react.internal.Effect
4
-
5
package object test {
6
7
val Simulate = japgolly.scalajs.react.test.raw.ReactAddonsTestUtils.Simulate
@@ -15,7 +13,7 @@ package object test {
15
13
m.rawElement
16
14
17
implicit final class ReactTestExt_MountedId(private val c: GenericComponent.MountedImpure[_, _]) extends AnyVal {
18
- def outerHtmlWithoutReactInternals(): String =
+ def outerHtmlScrubbed(): String =
19
ReactTestUtils.removeReactInternals(c.getDOMNode.outerHTML)
20
}
21
0 commit comments