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 a232a12 commit 575fe6fCopy full SHA for 575fe6f
downstream-tests/js/src/test/scala/downstream/RuntimeTests.scala
@@ -96,8 +96,9 @@ 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
+ println(testWarningsReact)
100
+ println(t.toEither)
101
assertEq(t.isFailure, testWarningsReact.contains("fatal"))
- (testWarningsReact, t.toEither)
102
}
103
104
0 commit comments