File

spec/util_poll_spec.lua @ 10791:f46c5e3c97ee

mod_admin_telnet: Add a command to configure pretty-printing settings Sometimes you wanna adjust the maxdepth or something.
author Kim Alvefur <zash@zash.se>
date Wed, 29 Apr 2020 23:15:01 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

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