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

setup and teardown are not passing original arguments from frameworks #22

Closed
Asgaroth opened this issue Mar 10, 2015 · 1 comment
Closed

Comments

@Asgaroth
Copy link

QUnit 2 passes assert as an argument to theses callbacks:

QUnit.module( "router", {
    beforeEach: function( assert ) {
        this.router = new Router();
    },
    afterEach: function( assert ) {
        this.router.destroy();
    }
});

However TestModule is not passing these arguments to the user's callbacks from setup, teardown to invokeSteps

@rwjblue
Copy link
Member

rwjblue commented Mar 11, 2015

Thanks for reporting, this is an ember-qunit specific issue. I opened https://github.com/rwjblue/ember-qunit/issues/151 to track over there...

@rwjblue rwjblue closed this as completed Mar 11, 2015
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

2 participants