Registry / testing / scalajs-test-interface-2-13-0-m4

scalajs-test-interface-2-13-0-m4

JSON →
library0.6.26javamavenunverified

Provides the test interface for Scala.js, enabling testing of Scala.js code in JavaScript environments.

<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-interface_2.13.0-M4</artifactId> <version>0.6.26</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-TEST-INTER
S
scalajs-test-interface-2-13-0-m4
testingjavav0.6.26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestRunner
org.scalajs.testinterface.TestRunner

Runs Scala.js tests using the test interface.

import org.scalajs.testinterface.TestRunner; public class Example { public static void main(String[] args) { TestRunner runner = new TestRunner(); runner.run(); } }
Debug
Known issues
breakingThis version targets Scala 2.13.0-M4, which is a milestone release and not binary compatible with final Scala 2.13.
fix
Use a stable Scala 2.13 version (e.g., 2.13.8) and the corresponding scalajs-test-interface artifact.
affects: 0.6.26
Upgrade
Version history
0.6.26latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scalajs-test-interface-2-13-0-m4 — mvn dependency:get scalajs-test-interface-2-13-0-m4 · libregistry