# Testing

# Unit tests with Jest

Currently only the server have test suites.

# Running unit tests

# Run tests
npm run test

# Run tests with Majestic (recommended for better DX)
npm run test-ui

# Integration tests

TBD

# E2E tests

TBD

# Common workflows

TBD