From 5e9d1bcf80fde439bc4ee669abdf99c2ba4a89f1 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 19 Dec 2024 14:24:00 +0000 Subject: [PATCH] chore: move files to `.mjs` (#12765) --- .../hoisted-imports/{astro.config.js => astro.config.mjs} | 0 .../fixtures/virtual-routes/{astro.config.js => astro.config.mjs} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename packages/astro/test/fixtures/hoisted-imports/{astro.config.js => astro.config.mjs} (100%) rename packages/astro/test/fixtures/virtual-routes/{astro.config.js => astro.config.mjs} (100%) diff --git a/packages/astro/test/fixtures/hoisted-imports/astro.config.js b/packages/astro/test/fixtures/hoisted-imports/astro.config.mjs similarity index 100% rename from packages/astro/test/fixtures/hoisted-imports/astro.config.js rename to packages/astro/test/fixtures/hoisted-imports/astro.config.mjs diff --git a/packages/astro/test/fixtures/virtual-routes/astro.config.js b/packages/astro/test/fixtures/virtual-routes/astro.config.mjs similarity index 100% rename from packages/astro/test/fixtures/virtual-routes/astro.config.js rename to packages/astro/test/fixtures/virtual-routes/astro.config.mjs