summaryrefslogtreecommitdiff
path: root/packages/create-astro/test/git.test.js
diff options
context:
space:
mode:
authorGravatar natemoo-re <natemoo-re@users.noreply.github.com> 2023-08-14 19:25:29 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-08-14 19:25:29 +0000
commit1e9902177d1a91a16352d0b71c46eb72031d727e (patch)
tree48c93297525d97afe82a81383d8783375642fffe /packages/create-astro/test/git.test.js
parent44cf30a25209b331e6e8a95a4b40a768ede3604a (diff)
downloadastro-1e9902177d1a91a16352d0b71c46eb72031d727e.tar.gz
astro-1e9902177d1a91a16352d0b71c46eb72031d727e.tar.zst
astro-1e9902177d1a91a16352d0b71c46eb72031d727e.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/create-astro/test/git.test.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/create-astro/test/git.test.js b/packages/create-astro/test/git.test.js
index 0ba14c56b..d05ad5bdc 100644
--- a/packages/create-astro/test/git.test.js
+++ b/packages/create-astro/test/git.test.js
@@ -37,7 +37,7 @@ describe('git initialized', () => {
before(async () => {
await mkdir(dir, { recursive: true });
await writeFile(new URL('./git.json', dir), '{}', { encoding: 'utf8' });
- })
+ });
it('already initialized', async () => {
const context = {
@@ -53,5 +53,5 @@ describe('git initialized', () => {
after(() => {
rmSync(dir, { recursive: true, force: true });
- })
-})
+ });
+});