diff options
author | 2022-06-28 13:46:54 -0400 | |
---|---|---|
committer | 2022-06-28 13:46:54 -0400 | |
commit | 507cd5c868448971c6265d97f22e786263dd5a77 (patch) | |
tree | 7733d3e0166d3a585eb6e89894edeaeaa26b8fe5 /packages/create-astro/test/utils.js | |
parent | cabd9dcc8079b55bf16bf05da53bd36f41b7f766 (diff) | |
download | astro-507cd5c868448971c6265d97f22e786263dd5a77.tar.gz astro-507cd5c868448971c6265d97f22e786263dd5a77.tar.zst astro-507cd5c868448971c6265d97f22e786263dd5a77.zip |
Chore: remove complex install step test (#3756)
* chore: remove complex install step test
* chore: changeset
Diffstat (limited to 'packages/create-astro/test/utils.js')
-rw-r--r-- | packages/create-astro/test/utils.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/create-astro/test/utils.js b/packages/create-astro/test/utils.js index 9d227f6b5..b085ef083 100644 --- a/packages/create-astro/test/utils.js +++ b/packages/create-astro/test/utils.js @@ -26,8 +26,6 @@ export function promiseWithTimeout(testFn) { export const PROMPT_MESSAGES = { directory: 'Where would you like to create your new project?', template: 'Which template would you like to use?', - install: (pkgManager) => `Would you like us to run "${pkgManager} install?"`, - git: 'Initialize a new git repository?', }; export function setup(args = []) { |