Skip to content

Commit

Permalink
Chore: remove complex install step test (#3756)
Browse files Browse the repository at this point in the history
* chore: remove complex install step test

* chore: changeset
  • Loading branch information
bholmesdev committed Jun 28, 2022
1 parent cabd9dc commit 507cd5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 71 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-papayas-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-astro': patch
---

Chore: remove create-astro install step test
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 507cd5c

Please sign in to comment.