mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-23 01:50:11 +03:00
report description in test
This commit is contained in:
parent
9d8d447cfd
commit
41ce90567f
@ -182,6 +182,7 @@ function print_results(results) {
|
||||
} else {
|
||||
failed = failed + 1
|
||||
console.log(" " + chalk.red("fail") + " -> " + results[i].results[j][0])
|
||||
console.log(" " + results[i].results[j][1].description)
|
||||
}
|
||||
}
|
||||
if (failed == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user