Skip to content

Commit 9739057

Browse files
committed
chore: ignore root interfaces
1 parent a940986 commit 9739057

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

knip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"src/playwright.ts",
99
"src/runtime/**/*.{js,ts,mjs,vue}",
1010
"src/experimental.ts",
11-
"src/vitest-environment.ts"
11+
"src/vitest-environment.ts",
12+
"test/fixtures/**/*.ts"
1213
],
1314
"ignoreUnresolved": [
1415
"#build/root-component.mjs",

src/vitest-wrapper/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ChildProcess } from 'node:child_process'
22

3-
export type VitestTestSummary = {
3+
type VitestTestSummary = {
44
failedCount: number
55
passedCount: number
66
totalCount: number

0 commit comments

Comments
 (0)