Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 25, 2015
1 parent 16bc09e commit dd39d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/promises_tests_adapter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Adapter for "promises-aplus-tests" test runner
delete global.Promise;

var Promise = require('../index.js').Promise;

Expand Down
2 changes: 1 addition & 1 deletion tests/tests-library.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div id='qunit'></div>
<div id='qunit-fixture'></div>
<script src='https://code.jquery.com/qunit/qunit-1.16.0.js'></script>
<script src='../client/shim.js'></script>
<script src='../client/library.js'></script>
<script>var _core = core</script>
<script src='../client/library.js'></script>
<script src='./tests-library.js'></script>

0 comments on commit dd39d22

Please # to comment.