Tone.js/test/index.html

17 lines
327 B
HTML
Raw Normal View History

2014-06-18 05:37:01 +00:00
<html>
<head>
<meta charset="utf-8">
2014-06-18 19:41:51 +00:00
<title>TESTS</title>
2018-05-18 22:03:58 +00:00
<script src="../node_modules/mocha/mocha.js"></script>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
2014-06-18 05:37:01 +00:00
</head>
<body>
<div id="mocha"></div>
2018-05-18 22:03:58 +00:00
<script type="text/javascript">
setTimeout(() => {
mocha.run()
}, 100)
</script>
2014-06-18 05:37:01 +00:00
</body>
2017-11-29 20:23:20 +00:00
</html>