Tone.js/test/index.html
2018-05-18 18:03:58 -04:00

16 lines
327 B
HTML

<html>
<head>
<meta charset="utf-8">
<title>TESTS</title>
<script src="../node_modules/mocha/mocha.js"></script>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script type="text/javascript">
setTimeout(() => {
mocha.run()
}, 100)
</script>
</body>
</html>