Skip to content

Commit fb6728e

Browse files
committed
test: update
1 parent 54bd4c2 commit fb6728e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/lib/rules/no-multiple-template-root.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,15 @@ ruleTester.run('no-multiple-template-root', rule, {
123123
`,
124124
options: [{ disallowComments: true }]
125125
},
126+
127+
// https://github.com/vuejs/eslint-plugin-vue/issues/2948
126128
{
127129
code: `
128130
<!-- comment -->
129131
<template>
130132
<div>abc</div>
131133
</template>
132-
`,
134+
`,
133135
options: [{ disallowComments: true }]
134136
}
135137
],

0 commit comments

Comments
 (0)