mithril-vndb/util/tests/index.html
2016-06-20 09:21:25 -04:00

18 lines
No EOL
479 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="../../test-utils/callAsync.js"></script>
<script src="../../util/withAttr.js"></script>
<script src="../../util/stream.js"></script>
<script src="test-withAttr.js"></script>
<script src="test-stream.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>