Codacy style changes for test files
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
const bottomVisible = () =>
|
||||
document.documentElement.clientHeight + window.scrollY >=
|
||||
(document.documentElement.scrollHeight || document.documentElement.clientHeight);
|
||||
|
||||
module.exports = bottomVisible;
|
||||
module.exports = bottomVisible;
|
||||
|
||||
Reference in New Issue
Block a user