Skip to content

Commit

Permalink
Merge pull request #321 from Turbo87/doc-fixes
Browse files Browse the repository at this point in the history
README: Fix documentation issues
  • Loading branch information
Turbo87 authored Mar 15, 2018
2 parents 6258afe + ccb8bf6 commit 93ebff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ember-qunit [![Build Status](https://travis-ci.org/emberjs/ember-qunit.svg)](https://travis-ci.org/emberjs/ember-qunit)
# ember-qunit

[![Latest NPM release][npm-badge]][npm-badge-url]
[![TravisCI Build Status][travis-badge]][travis-badge-url]
Expand Down Expand Up @@ -55,8 +55,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 93ebff4

Please sign in to comment.