summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/jestGlobalMocks.ts
blob: cb2d8c64fe8de1b3fb2fb7ce8fc4b9240bc88d5f (plain)
1
2
3
4
5
6
7
Object.defineProperty(window, 'getComputedStyle', {
  value: () => ({
    getPropertyValue: () => {
      return '';
    }
  })
});