Codacy style changes for test files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const redirect = (url, asLink = true) =>
|
||||
asLink ? (window.location.href = url) : window.location.replace(url);
|
||||
|
||||
module.exports = redirect;
|
||||
module.exports = redirect;
|
||||
|
||||
Reference in New Issue
Block a user