rickvanlieshout.com/jest/loadershim.js

6 lines
61 B
JavaScript
Raw Normal View History

'use strict';
global.___loader = {
enqueue: jest.fn(),
};