What's missing
No *.test.ts or *.spec.ts files found on the default branch.
Why it matters
Tests are the primary safety net against regressions. Without them, every change is a manual verification burden and CI provides no signal about correctness.
Note: The v2 branch reportedly has 148 tests. This issue tracks getting test coverage on the default/production branch.
Suggested fix
Once the v2 branch is merged (see #44, #48), the 148 tests from v2 will land on the default branch. If v2 merge is blocked, consider backporting a minimal smoke test to the current default branch in the interim.
Context
This is part of the aibtcdev production-grade checklist. See checklist item #2: Tests exist.
What's missing
No
*.test.tsor*.spec.tsfiles found on the default branch.Why it matters
Tests are the primary safety net against regressions. Without them, every change is a manual verification burden and CI provides no signal about correctness.
Note: The v2 branch reportedly has 148 tests. This issue tracks getting test coverage on the default/production branch.
Suggested fix
Once the v2 branch is merged (see #44, #48), the 148 tests from v2 will land on the default branch. If v2 merge is blocked, consider backporting a minimal smoke test to the current default branch in the interim.
Context
This is part of the aibtcdev production-grade checklist. See checklist item #2: Tests exist.