regexper-static/jest/setup.js
2019-03-24 12:13:50 -04:00

6 lines
92 B
JavaScript

global.___loader = {
enqueue: jest.fn()
};
global.Element.prototype.getBBox = jest.fn();