Codacy style changes for test files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const arrayToCSV = (arr, delimiter = ',') =>
|
||||
arr.map(v => v.map(x => `"${x}"`).join(delimiter)).join('\n');
|
||||
|
||||
module.exports = arrayToCSV;
|
||||
module.exports = arrayToCSV;
|
||||
|
||||
Reference in New Issue
Block a user