File

spec/util_poll_spec.lua @ 12457:8b7895266e99 0.12

mod_storage_xep0227: Support basic listing of PEP nodes in absence of pubsub#admin data Allows migrating PEP nodes with default settings
author Kim Alvefur <zash@zash.se>
date Thu, 31 Mar 2022 18:53:23 +0200
parent 9316:4aa522b9e1c4
child 12400:728d1c1dc7db
line wrap: on
line source

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