view spec/util_poll_spec.lua @ 12829:fba795dd99c8 0.12

mod_storage_sql: Fix #1639 Patch by Peter Kieser
author Kim Alvefur <zash@zash.se>
date Sun, 01 Jan 2023 16:20:58 +0100
parents 4aa522b9e1c4
children 728d1c1dc7db
line wrap: on
line source

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