Skip to content

Commit

Permalink
test(create-next-app): update prompts.test.ts test
Browse files Browse the repository at this point in the history
  • Loading branch information
samcx committed May 8, 2024
1 parent 4f990b0 commit d409490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/create-next-app/prompts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('create-next-app prompts', () => {
'--no-src-dir',
'--no-tailwind',
'--no-import-alias',
'--no-empty',
],
{
cwd,
Expand Down Expand Up @@ -62,6 +63,7 @@ describe('create-next-app prompts', () => {
'--no-tailwind',
'--no-src-dir',
'--no-import-alias',
'--no-empty',
],
{
cwd,
Expand Down Expand Up @@ -97,6 +99,7 @@ describe('create-next-app prompts', () => {
'--eslint',
'--no-src-dir',
'--no-import-alias',
'--no-empty',
],
{
cwd,
Expand Down Expand Up @@ -132,6 +135,7 @@ describe('create-next-app prompts', () => {
'--eslint',
'--no-tailwind',
'--no-src-dir',
'--no-empty',
],
{
cwd,
Expand Down

0 comments on commit d409490

Please sign in to comment.