test: add logs polling Apollo deprecation regression tests#120
test: add logs polling Apollo deprecation regression tests#120SakshiKoli-CS merged 1 commit intodevelopmentfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the package patch version and adds Jest regression coverage to ensure LogPolling continues working when Apollo’s deprecation helper module is missing or doesn’t export the expected function.
Changes:
- Add Jest regression tests for Apollo deprecation-handling in
logs-polling-utilities. - Bump package version
1.9.6 -> 1.9.7and refresh the lockfile with updated transitive deps. - Remove the
ajvoverride frompackage.json(lockfile now includes nested Ajv v6 for eslint tooling).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/util/logs-polling-utilities.test.ts | Adds regression tests covering missing/non-function Apollo deprecation helpers during log polling setup. |
| package.json | Bumps patch version and removes the ajv override entry. |
| package-lock.json | Updates dependency resolutions consistent with the version bump / override changes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dd74627
6d85d5b
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
chore: launch-cli patch version upgrade