mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-512 minimal unit test fix and prop spreading allowed for tests
This commit is contained in:
@@ -164,6 +164,12 @@ module.exports = {
|
||||
"@typescript-eslint/no-require-imports": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ["*.test.js", "*.test.tsx"],
|
||||
rules: {
|
||||
"react/jsx-props-no-spreading": "off"
|
||||
}
|
||||
},
|
||||
{
|
||||
files: ["**/__mocks__/**/*", "**/*mock*", "**/*.mock.*"],
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user