We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09b653 commit 8f26ccaCopy full SHA for 8f26cca
src/markdown/tutorial/part-2/10-service-injection.md
@@ -185,7 +185,7 @@ git add tests/acceptance/super-rentals-test.js
185
186
To be sure, let's add some tests! Let's start with an acceptance test:
187
188
-```run:file:patch lang=handlebars cwd=super-rentals filename=tests/acceptance/super-rentals-test.js
+```run:file:patch lang=js cwd=super-rentals filename=tests/acceptance/super-rentals-test.js
189
@@ -1,3 +1,3 @@
190
import { module, test } from 'qunit';
191
-import { click, visit, currentURL } from '@ember/test-helpers';
0 commit comments