Files
iNaturalistReactNative/tests/initI18next.setup.js
Ken-ichi Ueda 096af978f0 Test fixes
* updated snapshots
* move timezone setup to globalSetup
* renamed old global setup file to reflect what it actually does, which is
  setup i18next
2024-02-21 10:47:31 -08:00

6 lines
100 B
JavaScript

import initI18next from "i18n/initI18next";
beforeAll( async ( ) => {
await initI18next( );
} );