Fixed polyfill
This commit is contained in:
parent
74c74651b5
commit
dbdc17f147
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
module.exports = {
|
||||
before : function(cb) {
|
||||
console.log("Requiring fetch polyfill");
|
||||
fetch = require('node-fetch').fetch;
|
||||
fetch = require('node-fetch');
|
||||
cb();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue