Skip to content

Commit abf9f69

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

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
global.fetch = jest.fn(() =>
3737
Promise.resolve({
3838
json: () => Promise.resolve({ data: data}),
39-
})
39+
}),
4040
);
4141

4242
beforeEach(() => {

0 commit comments

Comments
 (0)