forked from rosa/hakurei
cmd/pkgserver/ui_test: implement DSL and runner
This commit is contained in:
@@ -24,7 +24,11 @@
|
||||
<div id="root">
|
||||
</div>
|
||||
|
||||
<script type="module" src="/test/lib/test.js"></script>
|
||||
<script type="module">
|
||||
import "/test/all_tests.js";
|
||||
import { DOMReporter, GLOBAL_REGISTRAR } from "/test/lib/test.js";
|
||||
GLOBAL_REGISTRAR.run(new DOMReporter());
|
||||
</script>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user