File

spec/util_poll_spec.lua @ 11862:2bd357f41bb5

doap: Update versions of XEP-0178 Context in #1006 and revisions 89c42aff8510 e1d274001855
author Kim Alvefur <zash@zash.se>
date Thu, 21 Oct 2021 20:58:22 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

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