Files
bun.sh/test/cli/__snapshots__/update_interactive_snapshots.test.ts.snap
robobun aad3abeadd Update interactive spacing (#21156)
Co-authored-by: Claude Bot <claude-bot@bun.sh>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: RiskyMH <git@riskymh.dev>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-07-19 04:11:28 -07:00

10 lines
755 B
Plaintext

// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
exports[`bun update --interactive snapshots should format mixed package types with proper spacing: update-interactive-formatting 1`] = `"bun update --interactive vX.X.X"`;
exports[`bun update --interactive snapshots should not crash with various package name lengths: update-interactive-no-crash 1`] = `"bun update --interactive vX.X.X"`;
exports[`bun update --interactive snapshots should handle extremely long package names without crashing: update-interactive-long-names 1`] = `"bun update --interactive vX.X.X"`;
exports[`bun update --interactive snapshots should handle complex version strings without crashing: update-interactive-complex-versions 1`] = `"bun update --interactive vX.X.X"`;