From 2d92d3aab7b446de7ec35ffeb48d2fc13ca7c810 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Thu, 13 Mar 2025 05:46:22 +0530 Subject: [PATCH] test(allocator): fix tests --- crates/oxc_allocator/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/oxc_allocator/Cargo.toml b/crates/oxc_allocator/Cargo.toml index 290f3af8c6344..44b7e57550d67 100644 --- a/crates/oxc_allocator/Cargo.toml +++ b/crates/oxc_allocator/Cargo.toml @@ -31,6 +31,7 @@ simdutf8 = { workspace = true } serde = { workspace = true, optional = true } [dev-dependencies] +oxc_estree = { workspace = true, features = ["serialize"] } serde = { workspace = true } serde_json = { workspace = true }