[AI-assisted] test: fix typing and test fixture issues#31444
Merged
vincentkoc merged 3 commits intoopenclaw:mainfrom Mar 2, 2026
Merged
[AI-assisted] test: fix typing and test fixture issues#31444vincentkoc merged 3 commits intoopenclaw:mainfrom
vincentkoc merged 3 commits intoopenclaw:mainfrom
Conversation
Member
Author
|
Removal of |
Contributor
Greptile SummaryThis PR systematically addresses TypeScript typing issues across 16 test files without altering runtime behavior. The changes convert parameterized test cases from inline arrays to explicitly typed structures, add proper type annotations to mock functions, and refine helper function signatures to be more flexible while maintaining type safety. All changes are legitimate typing improvements that enhance code maintainability and type correctness. Confidence Score: 5/5
Last reviewed commit: 4252ee8 |
e26cb1b to
efdc741
Compare
efdc741 to
61daccb
Compare
1 task
mrosmarin
added a commit
to mrosmarin/openclaw
that referenced
this pull request
Mar 2, 2026
* main: (212 commits) fix(ci): annotate feishu hoisted mock type fix(ci): align strict nullable typing across channels and ui refactor(tests): dedupe macos ipc smoke setup blocks refactor(tests): dedupe ios gateway and deeplink fixtures refactor(tests): dedupe openclawkit chat test helpers test(runtime): trim timer-heavy regression suites test(config): reuse fixtures for faster validation test(cli): reduce update/program suite overhead refactor(tests): dedupe ios defaults and setup-code helpers refactor(tests): dedupe swift gateway and chat fixtures Diffs: extend image quality configs and add PDF as a format option (openclaw#31342) refactor(scripts): dedupe installer CLI verification refactor(extensions): dedupe channel config, onboarding, and monitors refactor(core): extract shared usage, auth, and display helpers refactor(ui): dedupe state, views, and usage helpers refactor(scripts): dedupe guard checks and smoke helpers fix(browser): honor profile attachOnly for loopback CDP (openclaw#31429) [AI-assisted] test: fix typing and test fixture issues (openclaw#31444) chore(tsgo/lint): fix CI errors fix(browser): support configurable CDP auto-port range start (openclaw#31352) ...
hanqizheng
pushed a commit
to hanqizheng/openclaw
that referenced
this pull request
Mar 2, 2026
* test: fix typing and test fixture issues * Fix type-test harness issues from session routing and mock typing * Add routing regression test for session.mainKey precedence
execute008
pushed a commit
to execute008/openclaw
that referenced
this pull request
Mar 2, 2026
* test: fix typing and test fixture issues * Fix type-test harness issues from session routing and mock typing * Add routing regression test for session.mainKey precedence
dawi369
pushed a commit
to dawi369/davis
that referenced
this pull request
Mar 3, 2026
* test: fix typing and test fixture issues * Fix type-test harness issues from session routing and mock typing * Add routing regression test for session.mainKey precedence
OWALabuy
pushed a commit
to kcinzgg/openclaw
that referenced
this pull request
Mar 4, 2026
* test: fix typing and test fixture issues * Fix type-test harness issues from session routing and mock typing * Add routing regression test for session.mainKey precedence
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
* test: fix typing and test fixture issues * Fix type-test harness issues from session routing and mock typing * Add routing regression test for session.mainKey precedence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing