Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit 640287b

Browse files
tmknpriscilawebdev
andauthored
Update src/utils/api.test.ts
Co-authored-by: Priscila Oliveira <priscilawebdev@gmail.com>
1 parent cfffdc2 commit 640287b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('api', () => {
77
const ok = false;
88
const response: Response = {
99
url: 'http://localhost:8080/-/packages',
10-
ok: ok,
10+
ok,
1111
headers: new Headers(),
1212
text: async () => responseText,
1313
} as Response;

0 commit comments

Comments
 (0)