more test complexity

This commit is contained in:
Michael Freno
2025-09-19 09:27:55 -04:00
parent c6d8c1b768
commit e444ee10be
6 changed files with 7256 additions and 2229 deletions

View File

@@ -1665,10 +1665,4 @@ function TestJustifyContent:testMultiLevelNestedModalJustifyContent()
luaunit.assertEquals(footerRightFirstButton.x, expectedFooterRightStartX)
end
-- Run the tests
if arg and arg[0]:match("05_justify_content_tests%.lua$") then
os.exit(luaunit.LuaUnit.run())
end
return TestJustifyContent
luaunit.LuaUnit.run()