mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 14:08:56 -05:00
* updated snapshots * move timezone setup to globalSetup * renamed old global setup file to reflect what it actually does, which is setup i18next
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
import initI18next from "i18n/initI18next";
|
|
|
|
beforeAll( async ( ) => {
|
|
await initI18next( );
|
|
} );
|