aboutsummaryrefslogtreecommitdiff
path: root/.busted
blob: 9a814025aea6884b0b1c83abf8812b96378e472d (plain)
1
2
3
4
5
6
7
return {
  default = {
    verbose = true,
    coverage = false,
    ROOT = {"tests"},
  }
}