Module:siwa-noun/testcases

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)

TextExpectedActual
test_example:

local tests = require('Module:UnitTests')

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

return tests