Skip to content

Commit b23e3ee

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

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
@@ -38,7 +38,7 @@ global.fetch = jest.fn(() =>
3838
Promise.resolve({
3939
json: () => Promise.resolve({ data: data}),
4040
ok: true,
41-
status: 200
41+
status: 200,
4242
}),
4343
);
4444

0 commit comments

Comments
 (0)