Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@octokit/auth-app": "^8.1.0",
"@octokit/core": "^7.0.3",
"@octokit/rest": "^22.0.0",
"@probelabs/probe": "^0.6.0-rc245",
"@probelabs/probe": "^0.6.0-rc254",

Check warning on line 105 in package.json

View check run for this annotation

probelabs / Visor: quality

testing Issue

Dependency update from @probelabs/probe v0.6.0-rc245 to v0.6.0-rc254 lacks integration tests to verify compatibility. The codebase uses mocks for all ProbeAgent tests, which means breaking changes in the actual dependency would not be caught by the test suite.
Raw output
Add integration tests that use the real @probelabs/probe package to verify the upgrade works correctly. Consider adding a smoke test that instantiates ProbeAgent with the new version and calls basic methods to ensure API compatibility.
"@types/commander": "^2.12.0",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
Expand Down
Loading