8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
|
|
-- Configuration for unit tests
|
||
|
|
-- See: http://olivinelabs.com/busted/
|
||
|
|
return {
|
||
|
|
default = {
|
||
|
|
lpath = "./?.lua",
|
||
|
|
["auto-insulate"] = false,
|
||
|
|
}
|
||
|
|
}
|