Skip to content

Commit 7a222c3

Browse files
committed
fix: lint revert
1 parent a378f1a commit 7a222c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (typeof window !== 'undefined') {
1111
global.window.innerHeight = height || global.window.innerHeight;
1212
global.window.dispatchEvent(new Event('resize'));
1313
};
14-
global.window.scrollTo = () => { };
14+
global.window.scrollTo = () => {};
1515
// ref: https://github.com/ant-design/ant-design/issues/18774
1616
if (!window.matchMedia) {
1717
Object.defineProperty(global.window, 'matchMedia', {

0 commit comments

Comments
 (0)