diff --git a/test/integration/create-next-app/templates/app-api.test.ts b/test/integration/create-next-app/templates/app-api.test.ts index ab32f605160e7..2b34402be20f3 100644 --- a/test/integration/create-next-app/templates/app-api.test.ts +++ b/test/integration/create-next-app/templates/app-api.test.ts @@ -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' @@ -115,7 +109,6 @@ describe('create-next-app --api (Headless App)', () => { mode: 'ts', }) await tryNextDev({ cwd, isApi: true, projectName }) - projectShouldHaveNoGitChanges({ cwd, projectName }) }) })