Drop poms that are no longer required. Drop separate unit test modules for stdlib js.

This commit is contained in:
Ilya Gorbunov
2017-04-07 01:30:46 +03:00
parent 93f11a6da3
commit 337fd4e180
33 changed files with 5 additions and 5564 deletions
+5
View File
@@ -0,0 +1,5 @@
## Kotlin Standard Library for JS
The tests of this module can be run and debugged inside any browser by opening the **web/index.html** file in this directory to run the test cases using [Qunit](http://qunitjs.com/).
You should execute `:karmaDependencies` gradle task before running these tests to fetch the required Qunit dependency.