We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4798853 commit 4bdb4edCopy full SHA for 4bdb4ed
1 file changed
src/test/helpers/mocha-bootstrap.js
@@ -11,7 +11,7 @@ global.Request = nodeFetch.Request;
11
global.Response = nodeFetch.Response;
12
13
if (typeof nodeFetch.Headers.prototype.getSetCookie !== "function") {
14
- nodeFetch.Headers.prototype.getSetCookie = function() {
+ nodeFetch.Headers.prototype.getSetCookie = function () {
15
return this.raw()["set-cookie"] || [];
16
};
17
}
0 commit comments