🌐 AI搜索 & 代理 主页
Skip to content

Commit a5dad27

Browse files
rzzfFloEdelmann
andauthored
Update tests/lib/rules/no-undef-directives.js
Co-authored-by: Flo Edelmann <git@flo-edelmann.de>
1 parent 30b3a9a commit a5dad27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/rules/no-undef-directives.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ tester.run('no-undef-directives', rule, {
225225
code: `
226226
<template>
227227
<div v-foo></div>
228+
<div v-barfoobaz></div>
228229
</template>
229230
`,
230231
options: [{ ignorePatterns: ['foo'] }]

0 commit comments

Comments
 (0)