Skip to content

Commit

Permalink
Merge pull request #230 from rfb/master
Browse files Browse the repository at this point in the history
Add callback to README.md
  • Loading branch information
rwjblue authored Jun 16, 2016
2 parents cdfb1e3 + f994a9a commit ced3a64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ test('sometimes async gets rejected', function(assert) {

- `callbacks`: (Object) optional
- QUnit callbacks (`beforeEach` and `afterEach`)
- ember-test-helpers callback (`subject`)
- `integration: true` or `unit: true` (default: `integration: true`)
- `needs` specify any dependencies the tested module will require.

Expand All @@ -212,6 +213,7 @@ test('sometimes async gets rejected', function(assert) {

- `callbacks`: (Object) optional
- QUnit callbacks (`beforeEach` and `afterEach`)
- ember-test-helpers callback (`subject`)
- `integration: true` or `unit: true` (default: `integration: true`)
- `needs` specify any dependencies the tested module will require. (Including this will force your test into unit mode).

Expand All @@ -225,6 +227,7 @@ test('sometimes async gets rejected', function(assert) {

- `callbacks`: (Object) optional
- QUnit callbacks (`beforeEach` and `afterEach`)
- ember-test-helpers callback (`subject`)
- `integration: true` or `unit: true` (default: `integration: true`)
- `needs` specify any dependencies the tested module will require.

Expand Down

0 comments on commit ced3a64

Please sign in to comment.