mithril-vndb/router/tests/index.html
2016-04-20 20:02:37 -04:00

19 lines
No EOL
560 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/parseURL.js"></script>
<script src="../../test-utils/pushStateMock.js"></script>
<script src="../../querystring/build.js"></script>
<script src="../../querystring/parse.js"></script>
<script src="../../router/router.js"></script>
<script src="test-defineRoutes.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>