Skip to content

Commit

Permalink
fix: remove rmdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Apr 26, 2022
1 parent 02f0e09 commit b25b45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/create-astro/test/install-step.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ describe('[create-astro] install', function () {
const installPrompt = PROMPT_MESSAGES.install(FAKE_PACKAGE_MANAGER);
stdout.on('data', (chunk) => {
if (!seen.has(PROMPT_MESSAGES.template) && chunk.includes(PROMPT_MESSAGES.template)) {
fs.promises.rmdir('~/.degit/github')
seen.add(PROMPT_MESSAGES.template);
stdin.write('\x0D');
}
Expand Down

0 comments on commit b25b45b

Please sign in to comment.