From e377a30929f80feb9620a213b75fd077767e3bec Mon Sep 17 00:00:00 2001 From: Anton Bannykh Date: Tue, 13 Mar 2018 14:35:09 +0300 Subject: [PATCH] Use mocha instead of QUnit for debugging stdlib tests in browser --- libraries/stdlib/js/web/index.html | 34 ++++++++++++++++++------------ 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/libraries/stdlib/js/web/index.html b/libraries/stdlib/js/web/index.html index 929b14fe729..ae510dc8c0b 100644 --- a/libraries/stdlib/js/web/index.html +++ b/libraries/stdlib/js/web/index.html @@ -1,21 +1,29 @@ - - Kotlin Standard Library Test Suite - + + Kotlin Standard Library Test Suite - - - - - - - - + + + -
-
+
+ + + + + + + + + + + + \ No newline at end of file