Skip to content

Commit

Permalink
chore: remove complex install step test
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jun 28, 2022
1 parent cabd9dc commit 5e7f0cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 71 deletions.
69 changes: 0 additions & 69 deletions packages/create-astro/test/install-step.test.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/create-astro/test/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []) {
Expand Down

0 comments on commit 5e7f0cc

Please sign in to comment.