mithril-vndb/util/tests/index.html
2016-11-15 23:13:38 -05:00

15 lines
336 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="../../module/module.js"></script>
<script src="../../ospec/ospec.js"></script>
<script src="../../util/withAttr.js"></script>
<script src="test-withAttr.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>