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 372ced5 commit 22f8ae9Copy full SHA for 22f8ae9
downstream-tests/js/src/test/scala/downstream/RuntimeTests.scala
@@ -96,8 +96,8 @@ object RuntimeTests extends AsyncTestSuite {
96
"react" - {
97
val c = ScalaFnComponent[Int](i => <.p(<.td(s"i = $i")))
98
ReactTestUtils.withRendered_(c(123))(_ => ()).attemptTry.map { t =>
99
- assertEq(t.isFailure, testWarningsReact.contains("react"))
100
- t.toEither
+ assertEq(t.isFailure, testWarningsReact.contains("fatal"))
+ (testWarningsReact, t.toEither)
101
}
102
103
0 commit comments