2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-13 11:13:34 +00:00
Tone.js/test/index.html

17 lines
327 B
HTML
Raw Normal View History

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