Codacy style changes for test files
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
const removeNonASCII = str => str.replace(/[^\x20-\x7E]/g, '');
|
||||
|
||||
module.exports = removeNonASCII;
|
||||
Reference in New Issue
Block a user