You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Scala.js handling of @test annotations with arguments
Partial fix for lampepfl#7113
To be able to use the `expected` and `timeout` annotation arguments in
JUnit @test annotations, add handling for these arguments by supplying
them as arguments to the resolved constructor for the JUnit test class.
Enable the JUnitAnnotationsParamTest, which depends on this
functionality.
0 commit comments