Codebase list lua-http / fresh-snapshots/main .busted
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.busted @fresh-snapshots/mainraw · history · blame

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