added some documentation on how the JavaScript generation and testing of the standard library works
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
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](http://qunitjs.com/)
|
||||
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](http://qunitjs.com/)
|
||||
|
||||
To run the tests in JUnit as part of the maven build, see the **../kotlin-js-tests-runner* module
|
||||
To run the tests in JUnit as part of the maven build, see the **../kotlin-js-tests-runner** module
|
||||
Reference in New Issue
Block a user