Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Aug 8, 2023
1 parent 99f44ad commit 1cdece4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,14 @@ class RxElementTest extends AirSpec {
}
}
}

test("logging in RxElements") {
new RxElement() {
info("RxElement logging test")
debug("RxElement logging test")
override def render: RxElement = {
div("hello")
}
}
}
}

0 comments on commit 1cdece4

Please sign in to comment.