Codacy style changes for test files
This commit is contained in:
@ -7,5 +7,4 @@ const URLJoin = (...args) =>
|
||||
.replace(/\/(\?|&|#[^!])/g, '$1')
|
||||
.replace(/\?/g, '&')
|
||||
.replace('&', '?');
|
||||
|
||||
module.exports = URLJoin;
|
||||
module.exports = URLJoin;
|
||||
|
||||
Reference in New Issue
Block a user