Skip to content

Commit

Permalink
Replace expect.js with chai.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Oct 8, 2016
1 parent 7e3304b commit 7840037
Show file tree
Hide file tree
Showing 4 changed files with 6,318 additions and 1,460 deletions.
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -24,7 +24,7 @@
<body>
<div id="mocha"></div>
<script src="vendor/mocha.js"></script>
<script src="vendor/expect.js"></script>
<script src="vendor/chai.js"></script>
<script>
window.initMochaPhantomJS && initMochaPhantomJS();
mocha.setup('bdd');
Expand Down

0 comments on commit 7840037

Please sign in to comment.