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 {
_all = {
shuffle = true,
verbose = true,
coverage = true,
shuffle = true
},
default = {
root = {"tests/"},
verbose = true
ROOT = {"tests/"},
}
}