Skip to content

Commit 674a4bb

Browse files
committed
test: add template string valid case
1 parent d4cb2c3 commit 674a4bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/rules/no-setup-props-reactivity-loss.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ tester.run('no-setup-props-reactivity-loss', rule, {
144144
const {x} = noProps
145145
({y} = noProps)
146146
const z = noProps.z
147+
const foo = \`\${noProp.foo}\`
147148
}
148149
}
149150
</script>

0 commit comments

Comments
 (0)