Skip to content

Commit

Permalink
Update crates/biome_js_analyze/tests/quick_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Oct 7, 2024
1 parent c272877 commit b3201e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/biome_js_analyze/tests/quick_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ fn analyze(
let options = create_analyzer_options(input_file, &mut diagnostics);
let manifest = load_manifest(input_file, &mut diagnostics);

dbg!("eree4");
let (_, errors) =
biome_js_analyze::analyze(&root, filter, &options, source_type, manifest, |event| {
if let Some(mut diag) = event.diagnostic() {
Expand Down

0 comments on commit b3201e7

Please sign in to comment.