0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/client/tests/mock-jquery.js

7 lines
92 B
JavaScript
Raw Permalink Normal View History

2021-04-24 12:35:47 +02:00
const jQueryObj = {
on: jest.fn(),
off: jest.fn(),
};
global.jQuery = () => jQueryObj;