Jump to content

Module:Sister project links/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hike395 (talk | contribs) at 12:46, 25 December 2020 (don't need unit test framework (yet)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- Unit tests for [[Module:Sister project links]]. Click talk page to run tests.
local p = {}

-- Right now, the tests are done at the template level
function p:test()
	local frame = mw.getCurrentFrame()
	frame:expandTemplate{title="Sister project links/testcases"}
end

return p