diff --git a/packages/vitest/src/types/index.ts b/packages/vitest/src/types/index.ts index 49c012f44c3c..6635ce313c97 100644 --- a/packages/vitest/src/types/index.ts +++ b/packages/vitest/src/types/index.ts @@ -14,6 +14,9 @@ export type { MockedFunction, MockedObject, SpyInstance, + MockInstance, Mock, MockContext, + Mocked, + MockedClass, } from '../integrations/spy'