chore: bump Prettier to the latest (#4185)
This commit is contained in:
@ -126,7 +126,8 @@ export const mockBoundingClientRect = () => {
|
||||
};
|
||||
|
||||
export const restoreOriginalGetBoundingClientRect = () => {
|
||||
global.window.HTMLDivElement.prototype.getBoundingClientRect = originalGetBoundingClientRect;
|
||||
global.window.HTMLDivElement.prototype.getBoundingClientRect =
|
||||
originalGetBoundingClientRect;
|
||||
};
|
||||
|
||||
export const assertSelectedElements = (
|
||||
|
Reference in New Issue
Block a user