Skip to content

Commit

Permalink
chore: fix jest mock
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon committed Aug 14, 2023
1 parent b82cc91 commit bb829ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup-jest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ Object.defineProperty(window, 'getComputedStyle', {
value: () => ['-webkit-appearance'],
});

Object.defineProperty(document.body.style, 'transform', {
value: () => {
return {
enumerable: true,
configurable: true,
};
},
});

/* output shorter and more meaningful Zone error stack traces */
// Error.stackTraceLimit = 2;

0 comments on commit bb829ee

Please sign in to comment.