Move spec/ to tests/, change default options

This commit is contained in:
The Magician 2023-11-20 11:54:25 +00:00
parent b0cadf63e4
commit 42c23c94d3
3 changed files with 3 additions and 3 deletions

View File

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