Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove .only
  • Loading branch information
balazsorban44 committed Jun 22, 2022
commit 8cfabb41927a7d48a1ed3ede461bd2512649212e
2 changes: 1 addition & 1 deletion test/integration/create-next-app/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('create next app', () => {
})
})

it.only('valid example without package.json', async () => {
it('valid example without package.json', async () => {
await usingTempDir(async (cwd) => {
const projectName = 'valid-example-without-package-json'
const res = await run([projectName, '--example', 'with-docker-compose'], {
Expand Down