From fbfeef15e974cdaf508347b661dcac15c9e51830 Mon Sep 17 00:00:00 2001 From: Bartek Nowotarski Date: Mon, 19 Oct 2015 18:45:52 +0200 Subject: [PATCH] Fix IE tests --- test/test-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-helper.js b/test/test-helper.js index 6c534dd31..565e454ee 100644 --- a/test/test-helper.js +++ b/test/test-helper.js @@ -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; }