Files
react/compiled
kassens 43941d2706 Remove duplicate JSResourceReferenceImpl mock (#25976)
This mock exists in 2 directories (with identical implementation) and
Jest just picks one at random. This removes one which makes it at least
deterministic and fixes a Jest warning on startup.

It existed in these 2 places:
-
`packages/react-server-dom-relay/src/__mocks__/JSResourceReferenceImpl.js`
-
`packages/react-server-native-relay/src/__mocks__/JSResourceReferenceImpl.js`
(removed)

DiffTrain build for [0f4a835966](https://github.com/facebook/react/commit/0f4a83596646c610c06b751fc8ac0fc51f90d796)
[View git log for this commit](https://github.com/facebook/react/commits/0f4a83596646c610c06b751fc8ac0fc51f90d796)
2023-01-10 15:41:00 +00:00
..