Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Add QUnit integration #6

Merged
merged 3 commits into from
Nov 26, 2016
Merged

Add QUnit integration #6

merged 3 commits into from
Nov 26, 2016

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Nov 25, 2016

Example:

import { module, test } from 'qunit';
import { withChai } from 'ember-cli-chai/qunit';

module('test');

test('it works', withChai(function(expect) {
  expect(5, '5 < 10').to.be.below(10);
}));

Resolves #3

/cc @lolmaus @akatov @mattmcmanus @justin-hackin

@Turbo87
Copy link
Member Author

Turbo87 commented Nov 25, 2016

/cc @trentmwillis

@Turbo87 Turbo87 merged commit f184d0d into ember-cli:master Nov 26, 2016
@Turbo87 Turbo87 deleted the qunit branch November 26, 2016 14:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant