class VitestStubs

Collection of template stub files for vitest unit tests.

Methods

static string
componentAndViewTestStub()

Stub for component and view tests.

static string
unitTestStub()

Stub for unit tests.

Details

at line 14
static string componentAndViewTestStub()

Stub for component and view tests.

Return Value

string

The test file for component and view tests.

at line 30
static string unitTestStub()

Stub for unit tests.

Return Value

string

The test file for unit tests.