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

scalajs-test-interface-2-13

JSON →
library1.20.2javamavenunverified

Provides the test interface for Scala.js, enabling cross-compilation of test frameworks to JavaScript.

<dependency> <groupId>org.scala-js</groupId> <artifactId>scalajs-test-interface_2.13</artifactId> <version>1.20.2</version> </dependency>
INSTALL
IMPORT
SIG · SCALAJS-TEST-INTER
S
scalajs-test-interface-2-13
testingjavav1.20.2
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

Minimal usage of Scala.js test interface to run tests.

import org.scalajs.testinterface.TestRunner; public class Main { public static void main(String[] args) { TestRunner runner = new TestRunner(); runner.run(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.20.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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