blob: a8d40bef6e8b4795dd09a2b91099344bfbf878df (
plain)
1
2
3
4
5
6
7
8
9
|
return {
default = {
output = "htest",
verbose = true,
["exclude-pattern"] = "sum_spec", -- do not run spec files inside fixture
helper = "spec.util.test_env",
["auto-insulate"] = false
}
}
|