Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps/jest: Add
jsdom-global
to dev dependencies
For a later test, we'll want to be able to set up the test environment to appear as though it's a browser at a specified URL. Jest currently uses `jsdom` as its mock-browser environment, but doesn't (presently) expose the `jsdom` facilities needed to set the mock `location`. (See jestjs/jest#5124.) Fortunately, Jest does allow alternate mock environments. We install one which is identical to Jest's default environment, except that it does expose that capability.
- Loading branch information