mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 09:55:53 +00:00
remove console.log
This commit is contained in:
parent
bbf6ea2953
commit
401930450c
@ -18,8 +18,7 @@ test.before('Init Nuxt.js', (t) => {
|
||||
}
|
||||
nuxt = new Nuxt(options)
|
||||
return nuxt.build()
|
||||
.then(function (lol) {
|
||||
console.log(lol)
|
||||
.then(function () {
|
||||
server = createServer((req, res) => nuxt.render(req, res))
|
||||
server.listen(4000, 'localhost')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user