From 3d33dab20e028499cb8f2bec9ef49f342c4fa7cc Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 17 Jan 2020 10:47:40 +0100 Subject: [PATCH] test: wrap error test with consola to make output clear --- test/unit/error.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit/error.test.js b/test/unit/error.test.js index 9df1195c75..4ee3d486cd 100644 --- a/test/unit/error.test.js +++ b/test/unit/error.test.js @@ -16,6 +16,8 @@ describe('error', () => { port = await getPort() await nuxt.server.listen(port, 'localhost') + + consola.wrapConsole() }) test('/ should display an error', async () => {