Skip to content

Commit 587bb97

Browse files
authored
Update gabledroofbug.test.js
1 parent 8795661 commit 587bb97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/gabledroofbug.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ const data = `
3434
let accessCount = 0;
3535

3636
global.fetch = jest.fn(() =>
37-
Promise.resolve({
38-
json: () => Promise.resolve({ data: data}),
39-
})
40-
);
37+
Promise.resolve({
38+
json: () => Promise.resolve({ data: data}),
39+
})
40+
);
4141

4242
beforeEach(() => {
4343
errors = [];

0 commit comments

Comments
 (0)