Skip to content

Commit

Permalink
Update test/integration/prerender-legacy/test/index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Dec 10, 2019
1 parent 95644e4 commit 327802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/prerender-legacy/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe('Legacy Prerender', () => {
)
})

it('should fail the build in server mode', async () => {
it('should fail the build in serverless mode', async () => {
await fs.writeFile(
nextConfig,
`module.exports = { target: 'serverless' }`
Expand Down

0 comments on commit 327802a

Please sign in to comment.