Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstubbs committed Aug 19, 2024
1 parent a66954f commit c8cf843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/cli/commands/init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ test("should be able to init starter kit for nextjs template", async () => {
fs.rmSync(appFolder, { recursive: true, force: true });
});


test("should be able to init starter kit for nextjs template with typescript", async () => {
const appFolder = tmp.tmpNameSync();

Expand Down

0 comments on commit c8cf843

Please sign in to comment.