File

spec/util_poll_spec.lua @ 11504:1f700f5f62cb

mod_admin_shell: Remove obsolete checks related to s2sout.lib s2sout.lib was removed in 756b8821007a along with srv_hosts and srv_choice
author Kim Alvefur <zash@zash.se>
date Tue, 06 Apr 2021 13:25:38 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

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