tree: a0b6b48240605275c90e8b40a1f39bbcc91d316c [path history] [tgz]
  1. src/
  2. pom.xml
  3. ReadMe.md
libraries/tools/kotlin-js-tests/ReadMe.md

Kotlin Standard Library JS Tests

This module generates the JavaScript code for a number of JUnit test cases from the stdlib module.

The tests can then be ran inside any browser by opening the src/test/web/index.html file in this directory to run the test cases using Qunit

To run the tests in JUnit as part of the maven build, see the ../kotlin-js-tests-runner module