This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
jest-global-mocks.ts 95 B
Newer Older
Lukas Kaltenbrunner's avatar
Lukas Kaltenbrunner committed
Object.defineProperty(window, 'getComputedStyle', {
  value: () => ['-webkit-appearance'],
});