Unit
Unit tests are used to test individual units of code.
Syntax
$ vela test:unit Tests
Unit tests match the pattern *.test.ts/*.spec.ts and run on Vitest. They do not depend
on the database and no test database will be created, unlike integration tests.