Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora Söderlund committed Feb 12, 2024
1 parent 3bd9788 commit 3cede18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ afterEach(() => {
});

test.each([
[{}, "https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&loading=async"],
[
{},
"https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&loading=async",
],
[
{ apiKey: "foo" },
"https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&loading=async&key=foo",
Expand Down

0 comments on commit 3cede18

Please sign in to comment.