Resolver tests: Refactor to test observable “browser”-spec redirection rather than calls to redirectModulePath
Summary: Currently,
metro-resolvertests assert on and mock calls toredirectModulePath, which since 5e96d176e3 (v0.81.0) is a fixed implementation detail, rather than a user-configurable context method.Refactor tests to assert on observable behaviour by creating mock
package.jsons, which makes these tests more robust to upcoming internal optimisations.Changelog: [Internal]
Differential Revision: D102514698
fbshipit-source-id: 05c47b37ea07d2d42128b20c4d15148a8f35a634
Metro
🚇 The JavaScript bundler for React Native.
Installation
Metro is included with React Native — see the React Native docs to quickly get started ⏱️.
To add Metro to an existing project, see our Getting Started guide.
Documentation
All available documentation, including on configuring Metro, can be found on the Metro website.
Source code for documentation is located in this repository under
docs/.Contributing
Metro was previously part of the react-native repository. In this standalone repository it is easier for the team working on Metro to respond to issues and pull requests. See react-native#13976 for the initial announcement.
Code of Conduct
Meta has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributing guide
Read our contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Metro.
Discussions
Larger discussions and proposals concerning React Native and Metro are discussed in @react-native-community/discussions-and-proposals.
License
Metro is MIT licensed, as found in the LICENSE file.