Files
codex/codex-cli/tests/__snapshots__/check-updates.test.ts.snap
Eason Goodale 379b023a7f merge
2025-04-20 03:47:48 -07:00

13 lines
838 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Check for updates > should outputs the update message when package is outdated 1`] = `
"
╭─────────────────────────────────────────────────────────────╮
│ │
│ Update available! 1.0.0 → 2.0.0. │
│ To update, run: npm install -g @openai/codex to update. │
│ │
╰─────────────────────────────────────────────────────────────╯
"
`;