nextfile/.busted

11 lines
127 B
Plaintext
Raw Normal View History

2023-11-18 12:47:25 +00:00
return {
_all = {
coverage = true,
shuffle = true
},
default = {
root = {"tests/"},
verbose = true
}
}