Dynamically wrap original Vitest imports.
This may be necessary to ensure you are wrapping the correct Vitest version if you are using a monorepo whose workspaces use multiple versions of Vitest.
wrapVitest(originalVitestMethods: Record<string, unknown>): __type| Name | Type | Description |
|---|---|---|
originalVitestMethods* | Record<string, unknown> | The original Vitest imports to wrap. |