Skip to content

Commit

Permalink
Remove duplicate JSResourceReferenceImpl mock (#25976)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
kassens committed Jan 10, 2023
1 parent c491316 commit 0f4a835
Showing 1 changed file with 0 additions and 19 deletions.

This file was deleted.

0 comments on commit 0f4a835

Please sign in to comment.