mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.poll: Test that it loads after being compiled
This commit is contained in:
parent
c59016f3d4
commit
fd174452eb
1 changed files with 6 additions and 0 deletions
6
spec/util_poll_spec.lua
Normal file
6
spec/util_poll_spec.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
describe("util.poll", function ()
|
||||
it("loads", function ()
|
||||
require "util.poll"
|
||||
end);
|
||||
end);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue