You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(hasClass): allow hasClass to compare multiple classes (#123)
* Support multiple classes in `hasClass`
* Remove unneccessary temp varible and fix linting
* Use every instead of reduce and map
* Revert package.json changes
* Add test for wrapper.element = undefined
* Update to include test for wrapper.element is null
* Restore original package.json and package-lock.json
* Remove commented out line
* Update package.json
0 commit comments