blob: 7beca0f10a3ba5db70a71a4e3f16a8ed3772fa2c [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<!-- npm modules -->
<script src="../../node_modules/mocha/mocha.js"></script>
<!-- initialize the test framework; this must come first -->
<script type="module" src="../js/lib_test_main.js"></script>
<link href="../../node_modules/mocha/mocha.css" rel="stylesheet" />
<link href="../../libdot/css/mocha-dark-theme.css" rel="stylesheet" />
</head>
<body>
<div id="mocha"></div>
</body>
</html>