Skip to content

Commit 71370e6

Browse files
Merge pull request #1347 from elwayman02/patch-1
Update setup example for new qunit requirements
2 parents aed7f1b + 1cacb9b commit 71370e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ To get the unique features of Ember Exam (described in-depth below), you will ne
7272

7373
```js
7474
// test-helper.js
75-
import { start } from 'ember-exam/test-support';
75+
- import { start, setupEmberOnerrorValidation } from 'ember-qunit';
76+
+ import { setupEmberOnerrorValidation } from 'ember-qunit';
77+
+ import { start } from 'ember-exam/test-support';
7678

7779
// Options passed to `start` will be passed-through to ember-qunit
7880
start();

0 commit comments

Comments
 (0)