-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Manipulator test cases from QUnit to Jasmine #28543
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR 👍
It's pretty good, there is some little things to fix and it'll be fine
About the support of |
c68cec4
to
f54aaa1
Compare
Thank you very much @bershanskiy for your work 👍 much appreciate |
@Johann-S Here is a small commit that rewrites
Manipulator
test cases for Jasmine. This is not for merging but instead for getting feedback on my commit.A random question:
toggleClass
usesclassList.remove
,classList.add
,classList.contains
, which according to MDN have worse support thanclassList.toggle
. Is MDN wrong or does compatibility table not tell the whole story?Edit: I resolved merge conflicts for simplicity of review.