91c14f750e4c1ec1ab5795b7050c624d09ce6f8d
nixi-api
Scripts
bun dev- Start development server with hot reloadbun run lint- Run linter (oxlint)bun run type- Type check without emittingbun run build- Build production bundlebun run tests- Run tests with Bun test runner
Testing
This project uses Bun's built-in test runner instead of Jest or Vitest. Tests are located in the tests/ directory and use the pattern *.test.ts.
Running tests
# Run all tests
bun test
# Run specific test file
bun test tests/AccountEntity.test.ts
# Run tests in watch mode
bun test --watch
# Run tests with coverage
bun test --coverage
Description
Languages
TypeScript
98.5%
Dockerfile
1.5%