diff options
author | 2021-07-07 20:10:09 +0000 | |
---|---|---|
committer | 2021-07-07 20:10:09 +0000 | |
commit | 1bbe98ae54eb6018184fdc3875fe689775510ad6 (patch) | |
tree | eb8500d84704793c0d5b711f2e8f1b3822a83532 /packages/create-astro/test/helpers.js | |
parent | 53fcae1a9a26e3e2e9d6aca7ec71acc13a3556ea (diff) | |
download | astro-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.js | 6 |
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 }; |