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