WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a5dad27

Browse files
rzzfFloEdelmann
andauthored
Update tests/lib/rules/no-undef-directives.js
Co-authored-by: Flo Edelmann <[email protected]>
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)