Test
Vela runs tests on Vitest and includes tests for all generated code. There is one test command, vela test:server, which covers the application and the database end to end — what used to be split into unit and integration suites.
Syntax
$ vela test:server Server
Tests that run against the app and a throwaway database.
Unit
A separate runner for tests that need no database.