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