pacificclimate/climate-explorer-frontend

View on GitHub
src/setupTests.js

Summary

Maintainability
A
0 mins
Test Coverage
import "./core/lodash.mixins";

// configure({ adapter: new Adapter() });

// global.SVGPathElement = function () {};
var JSDOM = require("jsdom").JSDOM;
global.window = new JSDOM().window;
window.SVGPathElement = function () {};