summaryrefslogtreecommitdiff
path: root/packages/create-astro/test/helpers.js
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2021-07-07 20:10:09 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-07 20:10:09 +0000
commit1bbe98ae54eb6018184fdc3875fe689775510ad6 (patch)
treeeb8500d84704793c0d5b711f2e8f1b3822a83532 /packages/create-astro/test/helpers.js
parent53fcae1a9a26e3e2e9d6aca7ec71acc13a3556ea (diff)
downloadastro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.gz
astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.tar.zst
astro-1bbe98ae54eb6018184fdc3875fe689775510ad6.zip
[ci] yarn format
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 };