Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiaggio committed Dec 29, 2024
1 parent a086086 commit 3aa91bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ class UseSignalStreamSuite extends CatsEffectSuite:
)

for
d <- renderAsync(outer())
_ <- actAsync(Simulate.click(buttonRef.unsafeGet()))
_ <- actAsync(d.unmount())
_ <- withRenderedAsync(outer()): _ =>
actAsync(Simulate.click(buttonRef.unsafeGet()))
r <- result.get
yield assertEquals(r, List(0, 1))
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Settings {
val mUnitScalacheck = "1.0.0"
val mUnitCatsEffect = "2.0.0"
val scalaCheck = "1.18.1"
val scalajsReact = "3.0.0-beta9+4-8496bcbe-SNAPSHOT"
val scalajsReact = "3.0.0-beta9+3-e6bc3060-SNAPSHOT"
}

object Libraries {
Expand Down

0 comments on commit 3aa91bf

Please sign in to comment.