This commit is contained in:
dojineko 2018-02-01 21:33:11 +09:00
parent 2899212040
commit 4968d4cc8a
1 changed files with 1 additions and 1 deletions

View File

@ -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'),