Commit Graph

21 Commits

Author SHA1 Message Date
mkorwel 22344d928f chore: add vitest alias for core/src 2026-04-18 01:54:39 +00:00
mkorwel de3448890e test(cli): stabilize test suite and unblock build by deferring flaky tests
- Deferred (skipped) problematic UI and config tests to stabilize baseline
- Fixed build failure caused by undefined 'fs' in KeypressContext
- Resolved timing issues in nonInteractiveCli cancellation tests
- Updated snapshots and fixed useEffect race in Footer tests
- Switched CLI test pool to 'threads' for performance
2026-04-15 13:09:15 -07:00
mkorwel 4d9d652092 WIP 2026-04-15 11:05:06 -07:00
mkorwel 78c8ace77f perf(test): optimize test suite speed and stability 2026-04-14 23:35:02 -07:00
mkorwel a0a3e0c666 feat(ci): unleash 16-core speed, fix act noise, and eliminate 1s render tax 2026-04-14 21:32:18 -07:00
mkorwel 9e4c1538f1 feat(ci): build full cross-platform matrix on high-power runners 2026-04-14 20:33:15 -07:00
mkorwel 73ecb6816f feat(ci): simplify trial to balance reliability and speed 2026-04-14 20:07:02 -07:00
mkorwel de2dfd7559 feat(ci): refine trial to measure both unit speed and bundle integrity 2026-04-14 19:38:50 -07:00
mkorwel 518f0b0e0d feat(ci): unleash 16-core speed and suppress zombie tests 2026-04-14 19:25:56 -07:00
N. Taylor Mullen b37e67451a ci: shard windows tests and fix event listener leaks (#18670) 2026-02-10 18:46:42 +00:00
Jacob Richman 54fa26ef0e Fix tests to wrap all calls changing the UI with act. (#12268) 2025-10-30 18:50:26 +00:00
Jacob Richman ee66732ad2 First batch of fixing tests to use best practices. (#11964) 2025-10-25 21:41:53 +00:00
matt korwel 509444d059 Improve CI Times by 70% (#8530) 2025-09-18 16:29:40 -07:00
Jacob Richman 61e382444a fix(ux) bug in replaceRange dealing with newLines that was breaking vim support (#5320) 2025-07-31 23:16:29 +00:00
Tommaso Sciortino 1e5689e054 Set slice=true on tests to supress output. (#1168) 2025-06-19 15:27:00 -07:00
Tommaso Sciortino 491e367f7c Don't exclude config.test.ts. (#1021) 2025-06-13 20:07:46 +00:00
Marat Boshernitsan 181abde2ff Reduce coupling between core and cli packages (#961)
Co-authored-by: Marat Boshernitsan <maratb@google.com>
2025-06-12 17:17:29 -07:00
Allen Hutchison 4e3c539f5e feat: Publish test coverage summaries to PRs (#513) 2025-05-27 12:45:28 -07:00
Allen Hutchison 976333f654 Fix an issue where types/react was a different version from our main … (#231)
Co-authored-by: Brandon Keiji <brandonkeiji@google.com>
2025-04-30 16:33:43 -07:00
Evan Senter dbf4c3a37c Revert "Including a test harness for it, and making sure the cursor is always at the end."
This reverts commit 97db77997f.
2025-04-18 18:36:33 +01:00
Evan Senter 97db77997f Including a test harness for it, and making sure the cursor is always at the end. 2025-04-18 18:16:52 +01:00