test
parent
837b64b2b3
commit
b7a39558cf
|
@ -1,9 +1,12 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<body>
|
||||||
<p>Look at the developer console for the test results.</p>
|
<p>Look at the developer console for the test results.</p>
|
||||||
|
<p>You will need to scroll through the developer console results and look for errors.</p>
|
||||||
<p>If you are just using <strong>ziba</strong>, then you probably won't care about this file.</p>
|
<p>If you are just using <strong>ziba</strong>, then you probably won't care about this file.</p>
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import * as zibatest from "./ziba_test.js"
|
import * as zibatest from "./ziba_test.js"
|
||||||
zibatest.test()
|
zibatest.test()
|
||||||
</script>
|
</script>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue