Skip to content

Commit

Permalink
chore: fix test lang
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Mar 7, 2024
1 parent bbfe658 commit 27a12a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-service/tests/format/3949.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defineFormatTest({
title: '#' + __filename.split('.')[0],
languageId: 'vue',
input: `
<script lang="ts">
<script lang="tsx">
const a = <div>a</div>
</script>
`.trim(),
Expand Down

0 comments on commit 27a12a9

Please sign in to comment.