Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tobysmith568 committed Jun 22, 2024
1 parent 99abff5 commit 9ef7e5f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// istanbul ignore file

export const fetchString = async (url: string): Promise<string> => {
const response = await fetch(url);
return response.text();
Expand Down

0 comments on commit 9ef7e5f

Please sign in to comment.