running-tests
Installation
SKILL.md
Running Tests in Nango
Overview
Nango uses Vitest with three separate configs for unit, integration, and CLI tests. Getting the config wrong silently runs zero tests.
Quick Reference
| Type | Command | File pattern |
|---|---|---|
| Unit | npm run test:unit |
*.unit.test.ts |
| Integration | npm run test:integration |
*.integration.test.ts |
| CLI | npm run test:cli |
*.unit.cli-test.ts |
| All | npm run test |
all patterns |