Files
iNaturalistReactNative/tests/helpers/faker.js
Amanda Bullington 045ce6f789 Improve Jest performance (#1160)
* Use faker import with specific locale

* Add global beforeAll to initiate i18next
2024-02-16 16:17:00 -08:00

5 lines
123 B
JavaScript

// eslint-disable-next-line import/no-unresolved
import { faker } from "@faker-js/faker/locale/en";
export default faker;