We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74d21b commit 2d6b83aCopy full SHA for 2d6b83a
test/utils.js
@@ -88,7 +88,7 @@ function bundle (options, cb, wontThrowError) {
88
expect(err).toBeNull()
89
if (errors && errors.length) {
90
errors.forEach(error => {
91
- console.error(error.message)
+ console.error(error)
92
})
93
}
94
expect(errors).toHaveLength(0)
0 commit comments