Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8db947

Browse files
committed
chore: lint test files
1 parent 42646f4 commit e8db947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/no-ssr.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('browser (ssr: false)', () => {
4343
sources,
4444
requests: requests
4545
.map(r => r.replace(url('/'), '/')).filter(r => r !== providerPath && !r.match(/\.(js|css)/))
46-
.sort()
46+
.sort(),
4747
}).toMatchFileSnapshot(`./__snapshots__/${provider.name}.json5`)
4848

4949
await page.close()

test/e2e/ssr.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('browser (ssr: true)', () => {
4242
sources,
4343
requests: requests
4444
.map(r => r.replace(url('/'), '/')).filter(r => r !== providerPath && !r.match(/\.(js|css)/))
45-
.sort()
45+
.sort(),
4646
}).toMatchFileSnapshot(`./__snapshots__/${provider.name}.json5`)
4747

4848
await page.close()

0 commit comments

Comments
 (0)