| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
| 2 | import { getStoredLanguage, translate } from './i18n' |
| 3 | |
| 4 | // jsdom's localStorage is unreliable under vitest here (Node's experimental |
nothing calls this directly
no test coverage detected