mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a19fd24132
Summary: These snuck in, presumably accidentally, via https://github.com/facebook/react-native/pull/49164. This interferes with running test suites with a debugger connected (e.g, when debugging Jest itself). (Aside: we should probably enable [`eslint/no-debugger`](https://eslint.org/docs/latest/rules/no-debugger) to catch these) Changelog: [Internal] Differential Revision: D69377992