filer/tests/index.html

20 lines
452 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Filer Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="./setup-mocha.js"></script>
<!-- Add any new tests to `tests/index.js` -->
<script src="./index.js"></script>
</body>
</html>