diff options
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', |