mirror of
https://github.com/immich-app/immich.git
synced 2025-11-23 07:05:51 -05:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
import '@testing-library/jest-dom';
|
|
import { init } from 'svelte-i18n';
|
|
|
|
beforeAll(async () => {
|
|
await init({ fallbackLocale: 'dev' });
|
|
});
|