Add Busted configuration file

This commit is contained in:
The Magician 2023-11-18 12:47:25 +00:00
parent c1ba225e62
commit ab53dc9d3a
1 changed files with 10 additions and 0 deletions

10
.busted Normal file
View File

@ -0,0 +1,10 @@
return {
_all = {
coverage = true,
shuffle = true
},
default = {
root = {"tests/"},
verbose = true
}
}