Skip to content

Commit e164d76

Browse files
authored
Update gabledroofbug.test.js
1 parent 507eba8 commit e164d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gabledroofbug.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const data = `
3232
</osm>`;
3333

3434
let accessCount = 0;
35-
const fetch = function(input) {
35+
global.fetch = function(input) {
3636
accessCount++;
3737
if (accessCount === 1) {
3838
return data;

0 commit comments

Comments
 (0)