summaryrefslogtreecommitdiff
path: root/packages/create-astro/test/directory-step.test.js
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2022-09-22 18:39:14 +0000
committerGravatar fredkbot <fred+astrobot@astro.build> 2022-09-22 18:39:14 +0000
commit6ce8ae261f71ae301f70480b207fbb18eb71af75 (patch)
treed739ec648f5bf6a20c7c6f4149685144b241879e /packages/create-astro/test/directory-step.test.js
parent7481ffda028d9028d8e28bc7c6e9960ab80acf0f (diff)
downloadastro-6ce8ae261f71ae301f70480b207fbb18eb71af75.tar.gz
astro-6ce8ae261f71ae301f70480b207fbb18eb71af75.tar.zst
astro-6ce8ae261f71ae301f70480b207fbb18eb71af75.zip
[ci] format
Diffstat (limited to 'packages/create-astro/test/directory-step.test.js')
-rw-r--r--packages/create-astro/test/directory-step.test.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/create-astro/test/directory-step.test.js b/packages/create-astro/test/directory-step.test.js
index 26737ca94..15a0479c8 100644
--- a/packages/create-astro/test/directory-step.test.js
+++ b/packages/create-astro/test/directory-step.test.js
@@ -1,8 +1,6 @@
import path from 'path';
import { promises, existsSync } from 'fs';
-import {
- PROMPT_MESSAGES, testDir, setup, promiseWithTimeout, timeout
-} from './utils.js';
+import { PROMPT_MESSAGES, testDir, setup, promiseWithTimeout, timeout } from './utils.js';
const inputs = {
nonEmptyDir: './fixtures/select-directory/nonempty-dir',