Skip to content

Commit

Permalink
test: should show error details
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Dec 17, 2020
1 parent b74d21b commit 2d6b83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.js
Expand Up @@ -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)
Expand Down

0 comments on commit 2d6b83a

Please sign in to comment.