Skip to content

Commit

Permalink
Fix IE tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Oct 19, 2015
1 parent e08f0c1 commit fbfeef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ if (typeof window === 'undefined') {
global.expect = global.chai.expect;
} else {
window.axios = StellarSdk.axios;
window.bluebird = StellarSdk.bluebird;
window.Promise = window.bluebird = StellarSdk.bluebird;
}

0 comments on commit fbfeef1

Please sign in to comment.