Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 27, 2024
1 parent 08e4c40 commit 122059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/biome_service/src/file_handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ fn test_vue_script_lang() {
assert!(
parse_lang_from_script_opening_tag(VUE_TS_SCRIPT_OPENING_TAG)
.1
.is_jsx()
.is_standard()
);
assert!(
parse_lang_from_script_opening_tag(VUE_JSX_SCRIPT_OPENING_TAG)
Expand Down

0 comments on commit 122059f

Please sign in to comment.