diff options
author | 2022-09-22 18:39:14 +0000 | |
---|---|---|
committer | 2022-09-22 18:39:14 +0000 | |
commit | 6ce8ae261f71ae301f70480b207fbb18eb71af75 (patch) | |
tree | d739ec648f5bf6a20c7c6f4149685144b241879e /packages/create-astro/test/directory-step.test.js | |
parent | 7481ffda028d9028d8e28bc7c6e9960ab80acf0f (diff) | |
download | astro-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.js | 4 |
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', |