codex specify

This commit is contained in:
2026-02-25 21:19:48 +03:00
parent 8731343e52
commit a8ccf6cb79
40 changed files with 3535 additions and 238 deletions

View File

@@ -21,6 +21,9 @@ vi.mock('../../lib/i18n', () => ({
fn({
tasks: {
loading: 'Loading...'
},
common: {
retry: 'Retry'
}
});
return () => { };