# Test

Vela runs tests on Vitest and includes tests for all generated code. There is one test command, [`vela test:server`](/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
```