summaryrefslogtreecommitdiff
path: root/packages/cli/vitest.config.ts
AgeCommit message (Collapse)Author
2025-07-31fix(ux) bug in replaceRange dealing with newLines that was breaking vim ↵Jacob Richman
support (#5320)
2025-06-19Set slice=true on tests to supress output. (#1168)Tommaso Sciortino
2025-06-13Don't exclude config.test.ts. (#1021)Tommaso Sciortino
2025-06-12Reduce coupling between core and cli packages (#961)Marat Boshernitsan
Co-authored-by: Marat Boshernitsan <[email protected]>
2025-05-27feat: Publish test coverage summaries to PRs (#513)Allen Hutchison
2025-04-30Fix an issue where types/react was a different version from our main … (#231)Allen Hutchison
Co-authored-by: Brandon Keiji <[email protected]>
2025-04-18Revert "Including a test harness for it, and making sure the cursor is ↵Evan Senter
always at the end." This reverts commit 97db77997fd6369031d2f1cf750051999fb0b5b5.
2025-04-18Including a test harness for it, and making sure the cursor is always at the ↵Evan Senter
end.