mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-09-16 07:44:34 -04:00
* Use faker import with specific locale * Add global beforeAll to initiate i18next
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
// eslint-disable-next-line import/no-unresolved
|
|
import { faker } from "@faker-js/faker/locale/en";
|
|
|
|
export default faker;
|