Resolves the platform's linking module, or nothing when there is none.
The default resolver imports react-native lazily and returns undefined when it is absent, which is what makes the adapter usable under a plain Node test runner.
react-native
undefined
Resolves the platform's linking module, or nothing when there is none.
The default resolver imports
react-nativelazily and returnsundefinedwhen it is absent, which is what makes the adapter usable under a plain Node test runner.