File

spec/util_poll_spec.lua @ 12237:b35714c57442

tools.dnsregistry: For converting IANA DNS registry data to Lua table
author Kim Alvefur <zash@zash.se>
date Sun, 04 Oct 2020 19:26:53 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

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