We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8437f0 commit 71f2922Copy full SHA for 71f2922
1 file changed
docs/testing.md
@@ -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