File

spec/util_poll_spec.lua @ 11432:113f3912c7cb

util: Add Teal interface definition files Enables writing code in Teal that is aware of the interfaces and function prototypes in these other utils. Could also be used to do type checks on Lua sources, but this tends to have a lot of noise.
author Kim Alvefur <zash@zash.se>
date Tue, 09 Mar 2021 14:36:46 +0100 (2021-03-09)
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source
describe("util.poll", function ()
	it("loads", function ()
		require "util.poll"
	end);
end);