Skip to content

Commit a84751c

Browse files
committed
test: update snapshots
1 parent 9c4d662 commit a84751c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/coverage-test/fixtures/src/untested-file.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ export function math(a: number, b: number, operator: '*' | '+') {
3535
return multiply(a, b)
3636
}
3737

38-
/* v8 ignore start */
38+
/* todo fix in https://github.com/vitest-dev/vitest/pull/9204 */
3939
if (operator === '+') {
4040
// This line should be excluded
4141
return add(a, b)
4242
}
43-
/* v8 ignore stop */
43+
/* todo fix in https://github.com/vitest-dev/vitest/pull/9204 */
4444

4545
// This line should NOT be covered
4646
throw new Error('Unsupported operator')

0 commit comments

Comments
 (0)