SetupErrorResolver
A function that resolves the failure of this project’s global setup, if it failed.
Import:
import type { SetupErrorResolver } from 'obsidian-integration-testing';Signature:
export type SetupErrorResolverSignature:
type SetupErrorResolver = () => IntegrationSetupFailedErrorConstructorParams | undefinedType: () => IntegrationSetupFailedErrorConstructorParams | undefined
Links to this page: