Skip to content

TestOptions

Options for running tests.

Import:

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

Signature:

export interface TestOptions

Properties

PropertyTypeDescription
projects?string[]The projects to run.

Links to this page: