Skip to content

Commit

Permalink
chore: lint test files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 22, 2024
1 parent 42646f4 commit e8db947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/no-ssr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('browser (ssr: false)', () => {
sources,
requests: requests
.map(r => r.replace(url('/'), '/')).filter(r => r !== providerPath && !r.match(/\.(js|css)/))
.sort()
.sort(),
}).toMatchFileSnapshot(`./__snapshots__/${provider.name}.json5`)

await page.close()
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/ssr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('browser (ssr: true)', () => {
sources,
requests: requests
.map(r => r.replace(url('/'), '/')).filter(r => r !== providerPath && !r.match(/\.(js|css)/))
.sort()
.sort(),
}).toMatchFileSnapshot(`./__snapshots__/${provider.name}.json5`)

await page.close()
Expand Down

0 comments on commit e8db947

Please sign in to comment.