jest-location-mock
jest-location-mock copied to clipboard
Feature: Allow use with `injectGlobals: false`
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.