Skip to content

Commit 54f2660

Browse files
authored
fix: mark TestProject.testFilesList internal properly (#9867)
1 parent 731b144 commit 54f2660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest/src/node/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class TestProject {
6969
/** @internal */ _resolver!: VitestResolver
7070
/** @internal */ _fetcher!: VitestFetchFunction
7171
/** @internal */ _serializedDefines?: string
72-
/** @inetrnal */ testFilesList: string[] | null = null
72+
/** @internal */ testFilesList: string[] | null = null
7373

7474
private runner!: ModuleRunner
7575

0 commit comments

Comments
 (0)