Files
OverlayScrollbars/config/jest/jest.setup.js
T

4 lines
180 B
JavaScript

// remove jsdom warning for not implemented second argument for window.getComputedStyle
const cmptdStyle = window.getComputedStyle;
window.getComputedStyle = (a) => cmptdStyle(a);