Make script exit with code 1 when tests fail

This commit is contained in:
Micah
2025-09-23 21:09:13 -07:00
parent 7f73ae80dc
commit a894313a4b
3 changed files with 20 additions and 3 deletions

View File

@@ -2,5 +2,5 @@ return function(TestEZ)
local Rojo = script.Parent.Parent
local Packages = Rojo.Packages
TestEZ.TestBootstrap:run({ Rojo.Plugin, Packages.Http, Packages.Log, Packages.RbxDom })
return TestEZ.TestBootstrap:run({ Rojo.Plugin, Packages.Http, Packages.Log, Packages.RbxDom })
end