Add semicolon for tdd exports
This commit is contained in:
@ -7,4 +7,4 @@ clearTimeout(inDebounce);
|
||||
inDebounce = setTimeout(() => fn.apply(context, args), wait);
|
||||
};
|
||||
};
|
||||
module.exports = debounce
|
||||
module.exports = debounce;
|
||||
Reference in New Issue
Block a user