Skip to content

Commit 2d6b83a

Browse files
committed
test: should show error details
1 parent b74d21b commit 2d6b83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function bundle (options, cb, wontThrowError) {
8888
expect(err).toBeNull()
8989
if (errors && errors.length) {
9090
errors.forEach(error => {
91-
console.error(error.message)
91+
console.error(error)
9292
})
9393
}
9494
expect(errors).toHaveLength(0)

0 commit comments

Comments
 (0)