This adds an output handler for Busted which reuses the built-in "utfTerminal" handler, and augments it by showing the name of each suite/test as it is run.
8 lines
106 B
Lua
8 lines
106 B
Lua
-- vim:set ft=lua:
|
|
return {
|
|
_all = {
|
|
verbose = true,
|
|
output = "spec.detailUtfTerm",
|
|
}
|
|
}
|