-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update QUnit #7
base: master
Are you sure you want to change the base?
Update QUnit #7
Conversation
Update methods to avoid deprecated calls. That makes the code compatible with QUnit 2.x.
QUnit.assert.push will get deprecated - not removed on QUnit 2.x. This patch updates the current API to use pushResult instead.
@arschmitz, please accept this pull request and publish the new package version. |
I some how missed this when it was opened ill review and release asap |
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.
Just remove that one change to the license and i think this should be good
externally maintained libraries used by this software which have their | ||
own licenses; we recommend you read them, as their terms may differ from | ||
the terms above. | ||
All files located in the node_modules directory are externally maintained |
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.
this change is not correct. QUnit still lives in the external directory
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.
The last commit (cccf688) is not necessary to turn this project compatible with QUnit 2.0.0, but that adds an extra update to avoid future deprecations.