Codacy style changes for test files
This commit is contained in:
@ -2,5 +2,4 @@ const smoothScroll = element =>
|
||||
document.querySelector(element).scrollIntoView({
|
||||
behavior: 'smooth'
|
||||
});
|
||||
|
||||
module.exports = smoothScroll;
|
||||
module.exports = smoothScroll;
|
||||
|
||||
Reference in New Issue
Block a user