greg 4d1d2f8c52
Some checks failed
continuous-integration/drone Build is failing
maj
2023-06-11 20:17:11 +02:00

29 lines
489 B
HTML

<html>
<head>
<style>
body {
font-family: sans-serif;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 16px;
}
</style>
</head>
<body>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<script>
mocha.setup('tdd')
</script>
<script src="../dist/index.js"></script>
<script src="../dist/test.js"></script>
<div id="mocha"></div>
<script>
mocha.run()
</script>
</body>
</html>