diff --git a/crates/oxc_transformer/tests/es_target/mod.rs b/crates/oxc_transformer/tests/integrations/es_target.rs similarity index 100% rename from crates/oxc_transformer/tests/es_target/mod.rs rename to crates/oxc_transformer/tests/integrations/es_target.rs diff --git a/crates/oxc_transformer/tests/mod.rs b/crates/oxc_transformer/tests/integrations/main.rs similarity index 100% rename from crates/oxc_transformer/tests/mod.rs rename to crates/oxc_transformer/tests/integrations/main.rs diff --git a/crates/oxc_transformer/tests/plugins/inject_global_variables.rs b/crates/oxc_transformer/tests/integrations/plugins/inject_global_variables.rs similarity index 100% rename from crates/oxc_transformer/tests/plugins/inject_global_variables.rs rename to crates/oxc_transformer/tests/integrations/plugins/inject_global_variables.rs diff --git a/crates/oxc_transformer/tests/plugins/mod.rs b/crates/oxc_transformer/tests/integrations/plugins/mod.rs similarity index 100% rename from crates/oxc_transformer/tests/plugins/mod.rs rename to crates/oxc_transformer/tests/integrations/plugins/mod.rs diff --git a/crates/oxc_transformer/tests/plugins/replace_global_defines.rs b/crates/oxc_transformer/tests/integrations/plugins/replace_global_defines.rs similarity index 100% rename from crates/oxc_transformer/tests/plugins/replace_global_defines.rs rename to crates/oxc_transformer/tests/integrations/plugins/replace_global_defines.rs diff --git a/crates/oxc_transformer/tests/es_target/snapshots/es_target.snap b/crates/oxc_transformer/tests/integrations/snapshots/es_target.snap similarity index 93% rename from crates/oxc_transformer/tests/es_target/snapshots/es_target.snap rename to crates/oxc_transformer/tests/integrations/snapshots/es_target.snap index 081b40f46b4fb..6993434205ff4 100644 --- a/crates/oxc_transformer/tests/es_target/snapshots/es_target.snap +++ b/crates/oxc_transformer/tests/integrations/snapshots/es_target.snap @@ -1,5 +1,5 @@ --- -source: crates/oxc_transformer/tests/es_target/mod.rs +source: crates/oxc_transformer/tests/integrations/es_target.rs snapshot_kind: text --- ########## 0 es5 diff --git a/crates/oxc_transformer/tests/targets/mod.rs b/crates/oxc_transformer/tests/integrations/targets.rs similarity index 100% rename from crates/oxc_transformer/tests/targets/mod.rs rename to crates/oxc_transformer/tests/integrations/targets.rs