mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
merge
This commit is contained in:
12
codex-cli/tests/__snapshots__/check-updates.test.ts.snap
Normal file
12
codex-cli/tests/__snapshots__/check-updates.test.ts.snap
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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. │
|
||||
│ │
|
||||
╰─────────────────────────────────────────────────────────────╯
|
||||
"
|
||||
`;
|
||||
Reference in New Issue
Block a user