Skip to content

Commit fad0d22

Browse files
committed
Enable junit/* tests for Scala.js
This patch enables the following tests from junit/* test group: - junit/JUnitAnnotationsTest.scala - junit/JUnitAssumptionsTest.scala - junit/JUnitAssertionsTest.scala Signed-off-by: Nikita Eshkeev <[email protected]>
1 parent 10091bd commit fad0d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ object Build {
989989
++ (dir / "shared/src/test/require-jdk8/org/scalajs/testsuite/javalib/lang" ** "*.scala").get
990990
++ (dir / "shared/src/test/require-jdk8/org/scalajs/testsuite/javalib/util" ** (("Base64Test.scala": FileFilter) || "OptionalTest.scala" || "SplittableRandom.scala" || "ObjectsTestOnJDK8.scala" || "ComparatorTestOnJDK8.scala")).get
991991
++ (dir / "shared/src/test/scala/org/scalajs/testsuite/utils" ** "*.scala").get
992+
++ (dir / "shared/src/test/scala/org/scalajs/testsuite/junit" ** (("JUnitAnnotationsTest.scala": FileFilter) || "JUnitAssumptionsTest.scala" || "JUnitAssertionsTest.scala")).get
992993
)
993994
}
994995
)

0 commit comments

Comments
 (0)