chromaprint-fixed
Version:
A JavaScript implementation of AcoustID Chromaprint
19 lines (18 loc) • 628 B
HTML
<html>
<head>
<title>Mocha</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/node_modules/mocha/mocha.css" />
</head>
<body>
<div id="mocha"></div>
<script src="/node_modules/chai/chai.js"></script>
<script src="/node_modules/mocha/mocha.js"></script>
<script src="/index.js"></script>
<script>mocha.setup('bdd')</script>
<script src="/test/index.js"></script>
<script>(window.mochaPhantomJS || mocha).run()</script>
</body>
</html>