Skip to content
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

Replace QUnit.push() with assert.push() or this.push() #3

Open
platinumazure opened this issue May 6, 2015 · 0 comments
Open

Replace QUnit.push() with assert.push() or this.push() #3

platinumazure opened this issue May 6, 2015 · 0 comments

Comments

@platinumazure
Copy link
Owner

As noted in the QUnit 2.x Upgrade Guide, the method for pushing custom assertions has moved from QUnit to the assert object.

This one might be trickier because we may need to differentiate between whether we are in an assertion function (use this.push) or in a custom test/handler (perhaps use QUnit.config.current somehow?). This is probably lower priority as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant