diff --git a/test/basic.ssr.test.js b/test/basic.ssr.test.js index 560e8d7779..b18671db23 100755 --- a/test/basic.ssr.test.js +++ b/test/basic.ssr.test.js @@ -9,7 +9,7 @@ const url = route => 'http://localhost:' + port + route let nuxt = null -// Init nuxt.js and create server listening on localhost:4003 +// Init nuxt.js and create server listening on localhost:4004 test.serial('Init Nuxt.js', async t => { const options = { rootDir: resolve(__dirname, 'fixtures/basic'),