mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
test: wrap error test with consola to make output clear
This commit is contained in:
parent
3772d853ee
commit
3d33dab20e
@ -16,6 +16,8 @@ describe('error', () => {
|
|||||||
|
|
||||||
port = await getPort()
|
port = await getPort()
|
||||||
await nuxt.server.listen(port, 'localhost')
|
await nuxt.server.listen(port, 'localhost')
|
||||||
|
|
||||||
|
consola.wrapConsole()
|
||||||
})
|
})
|
||||||
|
|
||||||
test('/ should display an error', async () => {
|
test('/ should display an error', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user