Commit 7094122
fix: address review feedback - move test to test/, add test-reports/ to .gitignore, fix rate-limit header check
- Move rest-api.test.ts from src/__tests__/ to test/ per repo conventions
- Add test-reports/ to .gitignore to prevent committing generated reports
- Fix rate-limit header check: toBeDefined() doesn't catch null from Headers.get()
Record missing headers as schema violation instead of hard-failing
Co-Authored-By: Chris K <ckorhonen@gmail.com>1 parent de24a10 commit 7094122
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
1176 | 1176 | | |
1177 | 1177 | | |
1178 | 1178 | | |
| |||
0 commit comments