microsoft / react-native-test-app

react-native-test-app provides an app for all supported platforms as a package
MIT License
586 stars 87 forks source link

test: use mock objects directly #2153

Closed tido64 closed 1 month ago

tido64 commented 1 month ago

Description

t.mock.method returns the mock object so we don't need to the helper function.

Platforms affected

Test plan

n/a