wagtail/client/tests/mock-jquery.js

7 wiersze
92 B
JavaScript

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