Skip to content

Commit

Permalink
Add blurb about removing implicit promise chaining.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 6, 2017
1 parent 7ee7132 commit 1209ed3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions text/0268-acceptance-testing-refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,13 @@ being proposed here:
well as importable helpers.
* `this.owner` will now be present and allow (for the first time 🎉) overriding
items in the container/registry.
* The new system will leverage the `Ember.Application` / `Ember.ApplicationInstance` split so that
we can avoid creating an `Ember.Application` instance per-test, and instead leverage the same system
that FastBoot itself uses to avoid running initializers for each acceptance test.
* The new system will leverage the `Ember.Application` /
`Ember.ApplicationInstance` split so that we can avoid creating an
`Ember.Application` instance per-test, and instead leverage the same system
that FastBoot itself uses to avoid running initializers for each acceptance
test.
* Implicit promise chaining will no longer be present. If your test needs to
wait for a given promise, it should use `await`.

## Migration

Expand Down

0 comments on commit 1209ed3

Please sign in to comment.