Use https everywhere - documentation and samples
This commit is contained in:
committed by
Ilya Chernikov
parent
028a311949
commit
9ac52fad17
+1
-1
@@ -11,7 +11,7 @@ The Kotlin Standard Library for JS is built with gradle, see the corresponding m
|
||||
|
||||
## Reusing JVM based test cases in JavaScript
|
||||
|
||||
Any Kotlin test cases using the **org.junit.Test** annotation and the [kotlin.test](../libraries/kotlin.test) package, such as [this test case](../libraries/stdlib/test/text/StringNumberConversionTest.kt#L16) are automatically converted to JavaScript using [QUnit](http://qunitjs.com/).
|
||||
Any Kotlin test cases using the **org.junit.Test** annotation and the [kotlin.test](../libraries/kotlin.test) package, such as [this test case](../libraries/stdlib/test/text/StringNumberConversionTest.kt#L16) are automatically converted to JavaScript using [QUnit](https://qunitjs.com/).
|
||||
|
||||
This allows the test cases to be [run directly in a web page in any web browser](../libraries/stdlib/js/ReadMe.md).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user