Skip to content

Commit

Permalink
README: Add missing start() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Mar 12, 2018
1 parent 2c329a3 commit ccb8bf6
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 @@ -50,8 +50,11 @@ correctly setup the application required by `@ember/test-helpers`:
import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';

setApplication(Application.create(config.APP));

start();
```

Also make sure that you have set `ENV.APP.autoboot = false;` for the `test`
Expand Down

0 comments on commit ccb8bf6

Please sign in to comment.