diff options
author | 2022-04-28 00:59:36 +0000 | |
---|---|---|
committer | 2022-04-28 00:59:36 +0000 | |
commit | e2f7ef8b44dafaef8f33815dcb1c3d54ea71f0c0 (patch) | |
tree | 26f1ab6ec1872ebc6fc3ad98849ca6921fb71a55 /packages/create-astro/test/utils.js | |
parent | b7cd69588453cf874346bf2f14c41accd183129e (diff) | |
download | astro-e2f7ef8b44dafaef8f33815dcb1c3d54ea71f0c0.tar.gz astro-e2f7ef8b44dafaef8f33815dcb1c3d54ea71f0c0.tar.zst astro-e2f7ef8b44dafaef8f33815dcb1c3d54ea71f0c0.zip |
[ci] format
Diffstat (limited to 'packages/create-astro/test/utils.js')
-rw-r--r-- | packages/create-astro/test/utils.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/create-astro/test/utils.js b/packages/create-astro/test/utils.js index 8d7cf67c1..70ad32210 100644 --- a/packages/create-astro/test/utils.js +++ b/packages/create-astro/test/utils.js @@ -27,7 +27,8 @@ export const PROMPT_MESSAGES = { directory: 'Where would you like to create your app?', template: 'Which app template would you like to use?', install: (pkgManager) => `Would you like us to run "${pkgManager} install?"`, - astroAdd: (astroAddCommand = 'npx astro@latest add --yes') => `Run "${astroAddCommand}?" This lets you optionally add component frameworks (ex. React), CSS frameworks (ex. Tailwind), and more.`, + astroAdd: (astroAddCommand = 'npx astro@latest add --yes') => + `Run "${astroAddCommand}?" This lets you optionally add component frameworks (ex. React), CSS frameworks (ex. Tailwind), and more.`, }; export function setup(args = []) { |