Skip to content

Commit 66aa660

Browse files
authored
Update gabledroofbug.test.js
1 parent d7b4464 commit 66aa660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/gabledroofbug.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ let accessCount = 0;
3737
global.fetch = jest.fn(() =>
3838
Promise.resolve({
3939
json: () => Promise.resolve({ data: data}),
40+
ok: true,
41+
status: 200
4042
}),
4143
);
4244

0 commit comments

Comments
 (0)