Codebase list lua-http / 5f7a0cdd-27f0-453f-8d62-8319f7d1b295/upstream .busted
5f7a0cdd-27f0-453f-8d62-8319f7d1b295/upstream

Tree @5f7a0cdd-27f0-453f-8d62-8319f7d1b295/upstream (Download .tar.gz)

.busted @5f7a0cdd-27f0-453f-8d62-8319f7d1b295/upstreamraw · history · blame

1
2
3
4
5
6
7
return {
	default = {
		lpath = "./?.lua";
		["auto-insulate"] = false;
		helper = "spec/helper.lua";
	};
}