From 4968d4cc8a6f154accde417f440432772d3ce759 Mon Sep 17 00:00:00 2001 From: dojineko Date: Thu, 1 Feb 2018 21:33:11 +0900 Subject: [PATCH] fix typo --- test/basic.ssr.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),