MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / i18n.test.ts

File i18n.test.ts

frontend/src/services/i18n.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
2import { getStoredLanguage, translate } from './i18n'
3
4// jsdom's localStorage is unreliable under vitest here (Node's experimental

Callers

nothing calls this directly

Calls 3

getStoredLanguageFunction · 0.90
translateFunction · 0.90
getMethod · 0.80

Tested by

no test coverage detected