Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ called = true;
|
||||
return fn.apply(this, args);
|
||||
};
|
||||
};
|
||||
module.exports = once
|
||||
module.exports = once;
|
||||
Reference in New Issue
Block a user