Skip to content

Commit 256d5cc

Browse files
Update crates/biome_test_utils/src/lib.rs
Co-authored-by: Arend van Beelen jr. <[email protected]>
1 parent c294640 commit 256d5cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • crates/biome_test_utils/src

crates/biome_test_utils/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ pub fn assert_diagnostics_expectation_comment<L: Language>(
612612
}
613613

614614
/// Creates an in-memory module graph for the given files.
615-
/// Returns an empty module graph if no files are provided.
615+
/// Returns the services for analyzing a single code snippet, including module graph and project layout.
616+
/// The module graph will be empty if no `files` are provided.
616617
///
617618
/// # Arguments
618619
///

0 commit comments

Comments
 (0)