fix tests

This commit is contained in:
Pooya Parsa 2017-06-14 20:47:49 +04:30
parent 42bf9bb41d
commit 36c1deda17

View File

@ -16,7 +16,7 @@ test.before('Init Nuxt.js', async t => {
}
nuxt = new Nuxt(options)
await nuxt.build()
server = new nuxt.Server(nuxt)
server = new Nuxt.Server(nuxt)
server.listen(port, 'localhost')
})