test(web): cover Smartling review pull#1277
Conversation
Co-authored-by: Minh Cung <cungminh2710@users.noreply.github.com>
Co-authored-by: Minh Cung <cungminh2710@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
@cursoragent Fix the following 3 code review issues. Work through them one at a time, proposing concise fixes. Issue 1 of 3apps/hyperlocalise-web/src/lib/providers/adapters/smartling/smartling-review-puller.test.ts:49-51 Issue 2 of 3apps/hyperlocalise-web/src/lib/providers/adapters/smartling/smartling-review-puller.test.ts:115 Issue 3 of 3apps/hyperlocalise-web/src/lib/providers/adapters/smartling/smartling-review-puller.test.ts:89-96 The entire argument object is cast with |
|
All three Greptile review issues are fixed in Issue 1 —
|
Co-authored-by: Minh Cung <cungminh2710@users.noreply.github.com>


What changed
Added focused Smartling review-pull coverage for recently merged provider code.
Risky behavior now covered:
smartling_auth_invalid.Test files added/updated:
apps/hyperlocalise-web/src/lib/providers/adapters/smartling/smartling-review-puller.test.tsWhy these tests materially reduce regression risk:
smartlingTmsProvider.pullReview()method through mocked Smartling API responses, covering API request shape and provider report output without external services.How to test
vp test src/lib/providers/adapters/smartling/smartling-review-puller.test.tsvp testvp check --fixChecklist
make fmt,make lint,make test)