Test code


skuba bundles Vitest as its testing framework. SEEK is currently standardising on Vitest across frontend and backend development.


skuba test

Executes Vitest tests.

Arguments are passed through to the Vitest CLI:

skuba test --coverage path/to/file.test.ts

Annotations