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 c3643f5cac
commit 31076c2749
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