aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper.js')
-rw-r--r--test/helper.js3
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')()