diff --git a/crates/swc_plugin_runner/tests/fixture/issue_6404/Cargo.toml b/crates/swc_plugin_runner/tests/fixture/issue_6404/Cargo.toml index 77690a680939..6ff1abc6e2cf 100644 --- a/crates/swc_plugin_runner/tests/fixture/issue_6404/Cargo.toml +++ b/crates/swc_plugin_runner/tests/fixture/issue_6404/Cargo.toml @@ -2,7 +2,7 @@ [package] edition = "2021" -name = "swc_issue_6404" +name = "swc_issue_6404" publish = false version = "0.1.0" @@ -11,7 +11,6 @@ crate-type = ["cdylib"] [dependencies] serde = "1" -swc_core = { path = "../../../../swc_core", features = [ +swc_core = {path = "../../../../swc_core", features = [ "ecma_plugin_transform", - "ecma_quote", -] } +]} diff --git a/crates/swc_plugin_runner/tests/fixture/swc_internal_plugin/Cargo.toml b/crates/swc_plugin_runner/tests/fixture/swc_internal_plugin/Cargo.toml index 78e28d0de3bc..1bee50d33b4e 100644 --- a/crates/swc_plugin_runner/tests/fixture/swc_internal_plugin/Cargo.toml +++ b/crates/swc_plugin_runner/tests/fixture/swc_internal_plugin/Cargo.toml @@ -13,5 +13,4 @@ crate-type = ["cdylib"] serde = "1" swc_core = {path = "../../../../swc_core", features = [ "ecma_plugin_transform", - "ecma_quote", ]}