Skip to content

Commit 647ea75

Browse files
committed
it should work now
1 parent 3b0fead commit 647ea75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

crates/biome_module_graph/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ biome_js_parser = { path = "../biome_js_parser" }
5858
biome_json_parser = { path = "../biome_json_parser" }
5959
biome_json_value = { path = "../biome_json_value" }
6060
biome_service = { path = "../biome_service", features = ["testing"] }
61-
biome_test_utils = {
62-
path = "../biome_test_utils",
63-
features = ["lang_css", "lang_html", "lang_js", "module_graph", "type_inference"]
64-
}
6561
biome_workspace_db = { path = "../biome_workspace_db" }
6662
divan = { package = "codspeed-divan-compat", version = "=4.4.1" }
6763
insta = { workspace = true }
6864
walkdir = { workspace = true }
6965

66+
[dev-dependencies.biome_test_utils]
67+
path = "../biome_test_utils"
68+
features = ["lang_css", "lang_html", "lang_js", "module_graph", "type_inference"]
69+
7070
[target.'cfg(all(target_family="unix", not(all(target_arch = "aarch64", target_env = "musl"))))'.dev-dependencies]
7171
tikv-jemallocator = { workspace = true }
7272

0 commit comments

Comments
 (0)