Add semicolon for tdd exports
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
const hasFlags = (...flags) =>
|
||||
flags.every(flag => process.argv.includes(/^-{1,2}/.test(flag) ? flag : '--' + flag));
|
||||
module.exports = hasFlags
|
||||
module.exports = hasFlags;
|
||||
Reference in New Issue
Block a user