mithril-vndb/util/tests/index.html
Isiah Meadows 34f4363357
Add m.censor, adjust m.route.Link to use it (#2538)
Also, restructure a few things for better code reuse.
2019-09-30 18:44:39 -04:00

17 lines
424 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/hasOwn.js"></script>
<script src="../../util/assign.js"></script>
<script src="../../util/censor.js"></script>
<script src="test-censor.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>