Skip to content

script-utils/test-runners/vitest

This module provides functions for running tests using the Vitest framework.

InterfaceDescription
TestCoverageOptionsOptions for running tests with coverage.
TestOptionsOptions for running tests.
FunctionDescription
testRuns the test suite.
testCoverageRuns the test suite with coverage.
testWatchRuns the test suite in watch mode.
TypeDescription
TestWatchOptionsOptions for running tests in watch mode.