mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore(web): use development lang for tests (#10025)
This commit is contained in:
parent
3e118793de
commit
d5f3d98dfc
6 changed files with 7 additions and 24 deletions
|
|
@ -1 +1,6 @@
|
|||
import '@testing-library/jest-dom';
|
||||
import { init } from 'svelte-i18n';
|
||||
|
||||
beforeAll(async () => {
|
||||
await init({ fallbackLocale: 'dev' });
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue