Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 16, 2022
1 parent 2064be6 commit 4ecc43a
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -53,14 +53,12 @@ describe('Without global runtime configuration', () => {
const context = { appDir }

beforeAll(async () => {
// error500Page.write(page500)
context.appPort = await findPort()
const { stderr } = await nextBuild(context.appDir)
context.stderr = stderr
context.server = await nextStart(context.appDir, context.appPort)
})
afterAll(async () => {
// error500Page.delete()
await killApp(context.server)
})

Expand Down

0 comments on commit 4ecc43a

Please sign in to comment.