blob: bc56dbe741334a245da4258972910d8d68beeb4b [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/hterm_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>