Updated example test path in the test.html (used to debug JS box tests) to match the current state.
This commit is contained in:
Vendored
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script type="application/javascript" src="../../../dist/js/kotlin.js"></script>
|
<script type="application/javascript" src="../../../dist/js/kotlin.js"></script>
|
||||||
<script type="application/javascript" src="box/native/out/eval_v5.js"></script>
|
<script type="application/javascript" src="out/box/native/eval_v5.js"></script>
|
||||||
|
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
console.log(JS_TESTS.foo.box());
|
console.log(JS_TESTS.foo.box());
|
||||||
|
|||||||
Reference in New Issue
Block a user