You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div id="mocha"></div>
|
|
|
|
<link href="/css/spec.css" rel="stylesheet" />
|
|
<script src="https://unpkg.com/mocha@5.2.0/mocha.js"></script>
|
|
|
|
<script>
|
|
mocha.setup( {
|
|
ui: "bdd"
|
|
} );
|
|
</script>
|
|
|
|
<script src="/js/spec-bundle.js"></script>
|
|
|
|
<script>
|
|
mocha.run();
|
|
</script>
|