mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
16 lines
327 B
HTML
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>
|