mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-26 09:25:51 +00:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import '@testing-library/jest-dom';
|
|
import { init } from 'svelte-i18n';
|
|
|
|
beforeAll(async () => {
|
|
await init({ fallbackLocale: 'dev' });
|
|
});
|