Skip to content

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 SetupErrorResolver

Signature:

type SetupErrorResolver = () => IntegrationSetupFailedErrorConstructorParams | undefined

Type: () => IntegrationSetupFailedErrorConstructorParams | undefined


Links to this page: