Skip to content

Commit

Permalink
Switch test from next dev to next start
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jun 30, 2021
1 parent f571ae6 commit 0ee0362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/image-optimizer/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,10 @@ describe('Image Optimizer', () => {
},
}`
nextConfig.replace('{ /* replaceme */ }', newConfig)
await nextBuild(appDir)
appPort = await findPort()
app = await launchApp(appDir, appPort)
app = await nextStart(appDir, appPort)
})

afterAll(async () => {
await killApp(app)
nextConfig.restore()
Expand Down

0 comments on commit 0ee0362

Please sign in to comment.