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

Add QUnit integration - #6

Merged
Turbo87 merged 3 commits into
ember-cli:masterfrom
Turbo87:qunit
Nov 26, 2016
Merged

Add QUnit integration#6
Turbo87 merged 3 commits into
ember-cli:masterfrom
Turbo87:qunit

Conversation

@Turbo87

@Turbo87Turbo87 commented Nov 25, 2016

Copy link
Copy Markdown
Member

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
Copy Markdown
MemberAuthor

/cc @trentmwillis

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Turbo87