Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
4lejandrito committed Aug 21, 2023
1 parent ea59aa6 commit 7fb0a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/withPlausibleProxy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('withPlausibleProxy', () => {
})
it('rewrites the script and the event endpoint to plausible', async () => {
const rewrites = await withPlausibleProxy({})({}).rewrites?.()
expect(rewrites).toHaveLength(257)
expect(rewrites).toHaveLength(513)
expect(rewrites).toEqual(
expect.arrayContaining([
{
Expand Down

0 comments on commit 7fb0a9d

Please sign in to comment.