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

Pass test callback argument through from QUnit. #126

Merged
merged 3 commits into from
Feb 3, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 3, 2015

Allows the following (suggested in http://qunitjs.com/upgrade-guide-2.x/):

import { test } from 'ember-qunit';

test('confirm stuff', function(assert) {
  assert.expect(1);

  assert.ok(true, 'it works!!!');
});

rwjblue added a commit that referenced this pull request Feb 3, 2015
Pass test callback argument through from QUnit.
@rwjblue rwjblue merged commit 9fdcbb7 into master Feb 3, 2015
@rwjblue rwjblue deleted the update-qunit-version branch February 3, 2015 12:25
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

Successfully merging this pull request may close these issues.

1 participant