mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-722: unneeded mock
This commit is contained in:
@@ -37,7 +37,7 @@ describe( "SuggestionsResult", () => {
|
|||||||
name: "Silphium laciniatum"
|
name: "Silphium laciniatum"
|
||||||
} );
|
} );
|
||||||
|
|
||||||
invalidatedTaxon.isValid = jest.fn().mockReturnValue( false );
|
invalidatedTaxon.isValid = () => false;
|
||||||
|
|
||||||
renderComponent(
|
renderComponent(
|
||||||
<SuggestionsResult
|
<SuggestionsResult
|
||||||
|
|||||||
Reference in New Issue
Block a user