aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/helper.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helper.js b/test/helper.js
index 51f28de17..ddc2aba40 100644
--- a/test/helper.js
+++ b/test/helper.js
@@ -27,6 +27,7 @@ global.log = log
// fetch
global.fetch = require('isomorphic-fetch')
+require('abortcontroller-polyfill/dist/polyfill-patch-fetch')
// dom
require('jsdom-global')()