test: buse busted for running tasks

This commit is contained in:
Folke Lemaitre 2024-06-26 14:30:55 +02:00
parent bbe136bda6
commit 9c1dd5a090
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 40 additions and 40 deletions

11
.busted Normal file
View file

@ -0,0 +1,11 @@
return {
_all = {
coverage = false,
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
}