diff options
test - unit - move fetch polyfill to helper
Diffstat (limited to 'test/helper.js')
-rw-r--r-- | test/helper.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/helper.js b/test/helper.js index a3abbebf2..6f1bc051f 100644 --- a/test/helper.js +++ b/test/helper.js @@ -14,6 +14,9 @@ global.log = log // polyfills // +// fetch +global.fetch = require('isomorphic-fetch') + // dom require('jsdom-global')() |