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 ObsidianPluginVitestProjectConfigSignature:
type ObsidianPluginVitestProjectConfig = NonNullable<TestProjectInlineConfiguration['test']>Type: NonNullable<TestProjectInlineConfiguration[‘test’]>
Links to this page: