diff --git a/test/utils.js b/test/utils.js index 53525c75e..ab6c4e21e 100644 --- a/test/utils.js +++ b/test/utils.js @@ -88,7 +88,7 @@ function bundle (options, cb, wontThrowError) { expect(err).toBeNull() if (errors && errors.length) { errors.forEach(error => { - console.error(error.message) + console.error(error) }) } expect(errors).toHaveLength(0)