Skip to content

Commit 71f2922

Browse files
committed
Add testing guide
1 parent b8437f0 commit 71f2922

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/testing.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Testing Guide
2+
3+
## Running Tests
4+
```bash
5+
npm test
6+
```
7+
8+
## Test Structure
9+
- Unit tests: `tests/unit/`
10+
- Integration tests: `tests/integration/`
11+
12+
## Coverage
13+
Aim for 80%+ coverage on all service endpoints.

0 commit comments

Comments
 (0)