mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 17:24:56 +03:00
chore(web): use development lang for tests (#10025)
This commit is contained in:
@@ -1 +1,6 @@
|
||||
import '@testing-library/jest-dom';
|
||||
import { init } from 'svelte-i18n';
|
||||
|
||||
beforeAll(async () => {
|
||||
await init({ fallbackLocale: 'dev' });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user