Skip to content

ObsidianPluginVitestProjectConfig

The test section of a single vitest project entry.

Import:

import type { ObsidianPluginVitestProjectConfig } from 'obsidian-dev-utils/script-utils/test-runners/vitest-config';

Signature:

export type ObsidianPluginVitestProjectConfig

Signature:

type ObsidianPluginVitestProjectConfig = NonNullable<TestProjectInlineConfiguration['test']>

Type: NonNullable<TestProjectInlineConfiguration[‘test’]>


Links to this page: