Skip to content
Snippets Groups Projects
Commit 5a54849f authored by Jack Reed's avatar Jack Reed
Browse files

Sets up JSDOM to be able to use Image

parent 43c9a844
No related branches found
No related tags found
No related merge requests found
......@@ -29,5 +29,6 @@ class IntersectionObserverPolyfill {
/* eslint-enable require-jsdoc, class-methods-use-this */
global.IntersectionObserver = IntersectionObserverPolyfill;
global.Image = window.Image;
Enzyme.configure({ adapter: new Adapter() });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment