Skip to content

Commit

Permalink
fix: default starter test
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jun 7, 2022
1 parent d8a90e5 commit 381333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test('it scaffolds from GitHub using user/repo argument', async t => {
})

test('it scaffolds a default starter', async t => {
await execa.command(`node bin/maizzle new nunjucks ${t.context.folder} -d`)
await execa.command(`node bin/maizzle new api ${t.context.folder} -d`)

t.true(fs.existsSync(t.context.folder))
})
Expand Down

0 comments on commit 381333f

Please sign in to comment.