Files
kotlin-fork/libraries/tools/kotlin-js-tests
Alexander Udalov 611700c998 Fix "mvn clean" in libraries/ project
JS examples were failing on "clean" because no phases were set for compilation
and thus they required kotlin-maven-plugin on every phase which is obviously
not built yet when we're running "clean"
2015-03-10 16:13:45 +03:00
..
2014-12-12 19:49:46 +03:00
2015-03-10 16:13:45 +03:00

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