We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8987af commit 97abb38Copy full SHA for 97abb38
packages/@ember/-internals/glimmer/tests/integration/components/link-to/routing-test.js
@@ -1878,7 +1878,10 @@ moduleFor(
1878
})
1879
);
1880
1881
- this.addTemplate('index', `{{link-to 'Post' 'post' (hash id="someId" user=this.model.user)}}`);
+ this.addTemplate(
1882
+ 'index',
1883
+ `{{link-to 'Post' 'post' (hash id="someId" user=this.model.user)}}`
1884
+ );
1885
this.addTemplate('post', 'Post: {{this.model.user.name}}');
1886
1887
return this.visit('/')
0 commit comments