script-utils/test-runners/vitest
This module provides functions for running tests using the Vitest framework.
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| TestCoverageOptions | Options for running tests with coverage. |
| TestOptions | Options for running tests. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| test | Runs the test suite. |
| testCoverage | Runs the test suite with coverage. |
| testWatch | Runs the test suite in watch mode. |
| Type | Description |
|---|---|
| TestWatchOptions | Options for running tests in watch mode. |