for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/* eslint-disable @typescript-eslint/no-empty-function */
/** global: jest */
global.___loader = {
enqueue: jest.fn(),
};
window.matchMedia =
window.matchMedia ||
function () {
return {
matches: false,
addListener: function () {},
removeListener: function () {},