Module:siwa-noun/testcases

< Module:siwa-noun
Revision as of 13:03, 18 July 2021 by Sware (talk | contribs) (Created page with "local tests = require('Module:UnitTests') function tests:test_example() --here be the tests end return tests")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

All tests passed. (refresh)
Text Expected Actual
test_example:

local tests = require('Module:UnitTests')

function tests:test_example()
	--[[ here be the tests ]]
end

return tests