mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-23 16:30:43 -04:00
Prior to this commit, technically Jest could have been imported in production files and ESLint would have been okay with that since it was allowed across the codebase. After this commit, ESLint will only allow Jest usage in test files. In addition, the 3-line test-specific ESLint config was consolidated into the main config. Co-authored-by: Johannes Klein <johannes.t.klein@gmail.com>