diff --git a/.busted b/.busted index 61d98b0..a1f5f8d 100644 --- a/.busted +++ b/.busted @@ -3,11 +3,12 @@ return { coverage = false, lpath = "lua/?.lua;lua/?/init.lua", lua = "~/.luarocks/bin/nlua", + verbose = true, }, default = { - verbose = true + verbose = true, }, tests = { - verbose = true + verbose = true, }, }