Skip to content

Commit fc5a643

Browse files
authored
Update gabledroofbug.test.js
1 parent b23e3ee commit fc5a643

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
@@ -36,7 +36,7 @@ let accessCount = 0;
3636

3737
global.fetch = jest.fn(() =>
3838
Promise.resolve({
39-
json: () => Promise.resolve({ data: data}),
39+
json: () => Promise.resolve({ text: data}),
4040
ok: true,
4141
status: 200,
4242
}),

0 commit comments

Comments
 (0)