Skip to content

Commit e5aa482

Browse files
committed
lint: prettier-format test file
1 parent 07201ee commit e5aa482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/rules/template-no-invalid-link-href.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ruleTester.run('template-no-invalid-link-href', rule, {
109109
// Single-part quoted-mustache (GlimmerConcatStatement wrapping a
110110
// literal) resolves the same way.
111111
{
112-
code: "<template><a href=\"{{'#'}}\">Click</a></template>",
112+
code: '<template><a href="{{\'#\'}}">Click</a></template>',
113113
output: null,
114114
errors: [{ messageId: 'invalidHref' }],
115115
},

0 commit comments

Comments
 (0)