Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 25, 2024
1 parent d32ce4c commit 178f515
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/coverage-test/test/vue.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ test('coverage results matches snapshot', async () => {
expect({ lines, statements }).toMatchInlineSnapshot(`
{
"lines": {
"covered": 35,
"pct": 81.39,
"covered": 34,
"pct": 80.95,
"skipped": 0,
"total": 43,
"total": 42,
},
"statements": {
"covered": 35,
"pct": 81.39,
"covered": 34,
"pct": 80.95,
"skipped": 0,
"total": 43,
"total": 42,
},
}
`)
Expand Down

0 comments on commit 178f515

Please sign in to comment.