Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 27, 2025
1 parent 1865102 commit 581253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/coverage-test/test/vue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('files should not contain query parameters', () => {
expect(files).not.toContain('Counter.component.ts?vue&type=script&src=true&lang.ts.html')
})

test('coverage results matches snapshot', async (ctx) => {
test('coverage results matches snapshot', async () => {
const coverageMap = await readCoverageMap()
const summary = coverageMap.getCoverageSummary()

Expand Down

0 comments on commit 581253b

Please sign in to comment.