2023-11-15 18:09:53 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2023-11-17 17:41:25 +00:00
|
|
|
<body>
|
2023-11-15 18:09:53 +00:00
|
|
|
<p>Look at the developer console for the test results.</p>
|
2023-11-17 17:41:25 +00:00
|
|
|
<p>You will need to scroll through the developer console results and look for errors.</p>
|
2023-11-15 18:09:53 +00:00
|
|
|
<p>If you are just using <strong>ziba</strong>, then you probably won't care about this file.</p>
|
|
|
|
<script type="module">
|
|
|
|
import * as zibatest from "./ziba_test.js"
|
|
|
|
zibatest.test()
|
|
|
|
</script>
|
2023-11-17 17:41:25 +00:00
|
|
|
</body>
|
2023-11-15 18:09:53 +00:00
|
|
|
</html>
|