mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
chore: export SerializedTestProject from vitest/node
This commit is contained in:
parent
c0a2f3fc56
commit
7a375cd144
@ -70,7 +70,7 @@ export class TestProject {
|
||||
}
|
||||
}
|
||||
|
||||
interface SerializedTestProject {
|
||||
export interface SerializedTestProject {
|
||||
name: string
|
||||
serializedConfig: SerializedConfig
|
||||
context: ProvidedContext
|
||||
|
||||
@ -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,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user