Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ arr.length = 0;
|
||||
mutateTo.forEach(v => arr.push(v));
|
||||
return removed;
|
||||
};
|
||||
module.exports = pullAtValue
|
||||
module.exports = pullAtValue;
|
||||
Reference in New Issue
Block a user