Skip to content

Commit

Permalink
test: remove git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Aug 21, 2024
1 parent 60a1272 commit e7ac0a4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/integration/create-next-app/templates/app-api.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { join } from 'node:path'
import {
projectShouldHaveNoGitChanges,
tryNextDev,
run,
useTempDir,
projectFilesShouldExist,
} from '../utils'
import { tryNextDev, run, useTempDir, projectFilesShouldExist } from '../utils'
import { mapSrcFiles, projectSpecification } from '../lib/specification'
import { projectDepsShouldBe } from '../lib/utils'

Expand Down Expand Up @@ -115,7 +109,6 @@ describe('create-next-app --api (Headless App)', () => {
mode: 'ts',
})
await tryNextDev({ cwd, isApi: true, projectName })
projectShouldHaveNoGitChanges({ cwd, projectName })
})
})

Expand Down

0 comments on commit e7ac0a4

Please sign in to comment.