added some documentation on how the JavaScript generation and testing of the standard library works

This commit is contained in:
James Strachan
2012-06-21 16:12:23 +01:00
parent 8a6b752357
commit 1c26d7212f
2 changed files with 19 additions and 2 deletions
+2 -2
View File
@@ -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