Skip to content

Commit 8998330

Browse files
committed
test
1 parent 6785fe1 commit 8998330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/markdown/tutorial/part-1/03-automated-testing.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Let's open the generated test file and replace the boilerplate test with our own
6565
import { setupApplicationTest } from 'ember-qunit';
6666
@@ -7,6 +7,12 @@
6767

68+
-fail!!!
6869
- test('visiting /super-rentals', async function (assert) {
6970
- await visit('/super-rentals');
7071
-

0 commit comments

Comments
 (0)