You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@rayascott thanks for the feedback! I'm going to move these issues over to the guides repo, which is where we track issues with the guides and tutorial. Would love to get more feedback there (or help fixing those bugs)
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 theasync
keyword has been added to thefunction
declaration. Without it, the test fails once theawait
keyword is added in the next code example.The text was updated successfully, but these errors were encountered: