jest-location-mock icon indicating copy to clipboard operation
jest-location-mock copied to clipboard

Feature: Allow use with `injectGlobals: false`

Open cprecioso opened this issue 1 year ago • 0 comments

Jest has an injectGlobals: false option that forces you to import the global functions from @jest/globals, this PR makes it compatible from that option by always importing it from there, which would work in both cases.

cprecioso avatar Oct 27 '23 10:10 cprecioso