test(pty): split live UI suite by scope#357
Conversation
Greptile SummaryThis PR breaks apart the 2028-line
Confidence Score: 5/5Pure test reorganization with no changes to production code or test logic; safe to merge. Every test from the deleted monolithic file is faithfully reproduced in the new scoped files. Shared helpers are exported from a module that already imported the required types. Each test file manages its own harness instance, so there is no cross-file state to leak. Nothing in the application under test is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
H[test/pty/harness.ts]
H --> C[chrome.test.ts]
H --> L[layout.test.ts]
H --> N[nav.test.ts]
H --> NO[notes.test.ts]
H --> P[pager.test.ts]
H --> S[scroll.test.ts]
Reviews (1): Last reviewed commit: "test(pty): split live UI suite by scope" | Re-trigger Greptile |
Summary
ui-integration.test.tswrapper fileTests