Skip to content

Commit

Permalink
chore: typo in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenprog committed Nov 2, 2023
1 parent 30e8e9e commit 10eab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe("ssr", async () => {
utmParamsArray = await JSON.parse(rawData ?? "[]");
});

it("Stores data in local storage", async () => {
it("Stores data in local storage", async () => {
expect(utmParamsArray?.[0]).toBeDefined();
});

Expand Down

0 comments on commit 10eab4e

Please sign in to comment.