File

spec/util_poll_spec.lua @ 10044:4fd27023224a

mod_admin_telnet: Collect array from Bosh connections when appending to connection list Fixes #1356
author Michel Le Bihan <michel@lebihan.pl>
date Mon, 03 Jun 2019 20:51:15 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);