We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3304b commit 7840037Copy full SHA for 7840037
4 files changed
test/index.html
@@ -24,7 +24,7 @@
24
<body>
25
<div id="mocha"></div>
26
<script src="vendor/mocha.js"></script>
27
-<script src="vendor/expect.js"></script>
+<script src="vendor/chai.js"></script>
28
<script>
29
window.initMochaPhantomJS && initMochaPhantomJS();
30
mocha.setup('bdd');
0 commit comments