Codacy style changes for test files
This commit is contained in:
@ -6,5 +6,4 @@ const size = val =>
|
||||
: typeof val === 'string'
|
||||
? new Blob([val]).size
|
||||
: 0;
|
||||
|
||||
module.exports = size;
|
||||
module.exports = size;
|
||||
|
||||
Reference in New Issue
Block a user