14 lines
169 B
Plaintext
14 lines
169 B
Plaintext
return {
|
|
_all = {
|
|
coverage = true,
|
|
verbose = true,
|
|
ROOT = { "spec" }
|
|
},
|
|
default = {
|
|
["exclude-tags"] = "mac"
|
|
},
|
|
mac = {
|
|
tags = "mac"
|
|
}
|
|
}
|