Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvestre Herrera committed May 2, 2016
1 parent a372bb8 commit 55d2e4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"http-server": "^0.9.0",
"mocha": "^2.4.5",
"mocha-phantomjs": "^4.0.2",
"mocha-phantomjs-core": "^1.3.1",
"path": "^0.12.7",
"phantomjs-prebuilt": "^2.1.7",
"require-stub": "^2.2.4",
Expand Down
5 changes: 4 additions & 1 deletion test/TestRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<div class="target"></div>
<div class="target horizontal"></div>
</div>
<script src="../node_modules/require-stub/index.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/require-stub/index.js"></script>
<script>
if (typeof initMochaPhantomJS === 'function') {
initMochaPhantomJS();
}
mocha.setup('bdd');
expect = chai.expect;
</script>
Expand Down

0 comments on commit 55d2e4b

Please sign in to comment.