Skip to content

Commit

Permalink
tests: add verbose = true to all busted test config
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jun 11, 2024
1 parent 7c8a4e9 commit d79eb30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .busted
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
}

0 comments on commit d79eb30

Please sign in to comment.