From 2317dc2a2217c7cd731ed2c39c05ca840ac51dbf Mon Sep 17 00:00:00 2001 From: Bjorn Lu Date: Thu, 4 May 2023 17:25:07 +0800 Subject: [PATCH] Rename some test files to end with .test.js (#6983) --- .../{css-inline-stylesheets.js => css-inline-stylesheets.test.js} | 0 ...c-endpoint-collision.js => dynamic-endpoint-collision.test.js} | 0 .../test/{impostor-mdx-file.js => impostor-mdx-file.test.js} | 0 .../test/{virtual-astro-file.js => virtual-astro-file.test.js} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename packages/astro/test/{css-inline-stylesheets.js => css-inline-stylesheets.test.js} (100%) rename packages/astro/test/{dynamic-endpoint-collision.js => dynamic-endpoint-collision.test.js} (100%) rename packages/astro/test/{impostor-mdx-file.js => impostor-mdx-file.test.js} (100%) rename packages/astro/test/{virtual-astro-file.js => virtual-astro-file.test.js} (100%) diff --git a/packages/astro/test/css-inline-stylesheets.js b/packages/astro/test/css-inline-stylesheets.test.js similarity index 100% rename from packages/astro/test/css-inline-stylesheets.js rename to packages/astro/test/css-inline-stylesheets.test.js diff --git a/packages/astro/test/dynamic-endpoint-collision.js b/packages/astro/test/dynamic-endpoint-collision.test.js similarity index 100% rename from packages/astro/test/dynamic-endpoint-collision.js rename to packages/astro/test/dynamic-endpoint-collision.test.js diff --git a/packages/astro/test/impostor-mdx-file.js b/packages/astro/test/impostor-mdx-file.test.js similarity index 100% rename from packages/astro/test/impostor-mdx-file.js rename to packages/astro/test/impostor-mdx-file.test.js diff --git a/packages/astro/test/virtual-astro-file.js b/packages/astro/test/virtual-astro-file.test.js similarity index 100% rename from packages/astro/test/virtual-astro-file.js rename to packages/astro/test/virtual-astro-file.test.js