Skip to content

Commit

Permalink
fix(create-astro): update test directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev committed Jan 10, 2023
1 parent d8a50e0 commit 4dd36bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-astro/test/package-step.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import stripAnsi from 'strip-ansi';
const cliPath = path.join(testDir, "../create-astro.mjs");

const inputs = {
emptyDir: './fixtures/select-template/empty-dir',
emptyDir: './fixtures/update-package-name/empty-dir',
};

function isEmpty(dirPath) {
Expand Down

0 comments on commit 4dd36bf

Please sign in to comment.