Skip to content

Commit 80a3d2f

Browse files
committed
update
1 parent 0fdbbc1 commit 80a3d2f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/lib/rules/require-expose.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,6 @@ tester.run('require-expose', rule, {
162162
}
163163
</script>
164164
`
165-
},
166-
{
167-
filename: 'ValidComponent.vue',
168-
code: `
169-
<script>
170-
export default {
171-
setup:() => function () {}
172-
}
173-
</script>
174-
`
175165
}
176166
],
177167

0 commit comments

Comments
 (0)