Skip to content

Commit 2d4a9b8

Browse files
committed
update
1 parent 41c7f59 commit 2d4a9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-import-compiler-macros.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tester.run('no-import-compiler-macros', rule, {
2929
{
3030
filename: 'test.vue',
3131
code: `
32-
<script setup>
32+
<script>
3333
import { defineProps } from 'some-other-package'
3434
</script>
3535
`

0 commit comments

Comments
 (0)