nextfile/.busted

11 lines
129 B
Plaintext
Raw Normal View History

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