Skip to content

Commit

Permalink
chore: export SerializedTestProject from vitest/node
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 15, 2024
1 parent c0a2f3f commit 7a375cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/reported-workspace-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class TestProject {
}
}

interface SerializedTestProject {
export interface SerializedTestProject {
name: string
serializedConfig: SerializedConfig
context: ProvidedContext
Expand Down
1 change: 1 addition & 0 deletions packages/vitest/src/public/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export { TestCase, TestModule, TestSuite } from '../node/reporters/reported-task
*/
export const TestFile = _TestFile
export { TestProject } from '../node/reported-workspace-project'
export type { SerializedTestProject } from '../node/reported-workspace-project'
export type {
TestCollection,

Expand Down

0 comments on commit 7a375cd

Please sign in to comment.