summaryrefslogtreecommitdiff
path: root/packages/create-astro/test/helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/test/helpers.js')
-rw-r--r--packages/create-astro/test/helpers.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/create-astro/test/helpers.js b/packages/create-astro/test/helpers.js
index 295f9c650..ca1f82362 100644
--- a/packages/create-astro/test/helpers.js
+++ b/packages/create-astro/test/helpers.js
@@ -6,8 +6,4 @@ const GITHUB_SHA = process.env.GITHUB_SHA || execa.sync('git', ['rev-parse', 'HE
const FIXTURES_DIR = path.join(fileURLToPath(path.dirname(import.meta.url)), 'fixtures');
const FIXTURES_URL = pathToFileURL(FIXTURES_DIR + '/');
-export {
- GITHUB_SHA,
- FIXTURES_DIR,
- FIXTURES_URL
-}; \ No newline at end of file
+export { GITHUB_SHA, FIXTURES_DIR, FIXTURES_URL };