Skip to content

Commit 2b25081

Browse files
authored
Merge pull request #235 from xg-wang/upgrade
Switch back to whatwg-fetch
2 parents c4d87ab + 0713a3e commit 2b25081

5 files changed

Lines changed: 9 additions & 5230 deletions

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = function(config) {
2121
'bower_components/jquery/dist/jquery.js',
2222
'node_modules/es6-promise/dist/es6-promise.auto.js',
2323
'node_modules/abortcontroller-polyfill/dist/abortcontroller-polyfill-only.js',
24-
'node_modules/@xg-wang/whatwg-fetch/dist/fetch.umd.js',
24+
'node_modules/whatwg-fetch/dist/fetch.umd.js',
2525
'pretender.js',
2626
'test/**/*.js'
2727
],

0 commit comments

Comments
 (0)