Files
lua-matrix/.busted
Adrian Perez de Castro 2316b25317 Give more details on unit test output
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.
2016-07-10 01:48:37 +03:00

8 lines
106 B
Lua

-- vim:set ft=lua:
return {
_all = {
verbose = true,
output = "spec.detailUtfTerm",
}
}