regexper-static/jest/setup.js

6 lines
92 B
JavaScript
Raw Permalink Normal View History

2019-01-04 23:38:49 +00:00
global.___loader = {
enqueue: jest.fn()
};
2019-02-01 02:10:33 +00:00
global.Element.prototype.getBBox = jest.fn();