delete the following folder in test dir hasClass and arrayToHtmlList

This commit is contained in:
King
2018-01-28 14:42:45 -05:00
parent 59134bed0d
commit e8dbd62693
4 changed files with 0 additions and 47 deletions

View File

@ -1,2 +0,0 @@
const hasClass = (el, className) => el.classList.contains(className);
module.exports = hasClass