emberjs / guides

This repository is DEPRECATED!
https://github.com/ember-learn/guides-source
Other
283 stars 873 forks source link

[Tutorial] autocomplete component example documentation bug #2278

Open acorncom opened 6 years ago

acorncom commented 6 years ago

From the Autocomplete Component step under the heading "An Integration Test" the second code listing for tests/integration/components/list-filter-test.js (19 lines of code), line 13 should be highlighted as green, because the async keyword has been added to the function declaration. Without it, the test fails once the await keyword is added in the next code example.

From https://github.com/emberjs/ember.js/issues/16369