Add semicolon for tdd exports
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const fs = require('fs');
|
||||
const JSONToFile = (obj, filename) =>
|
||||
fs.writeFile(`${filename}.json`, JSON.stringify(obj, null, 2));
|
||||
module.exports = JSONToFile
|
||||
module.exports = JSONToFile;
|
||||
Reference in New Issue
Block a user