forked from rojo-rbx/rojo
plugin: Fix test runner for new TestEZ
This commit is contained in:
@@ -9,7 +9,7 @@ local habitat, modules = loadEnvironment()
|
||||
-- Load TestEZ and run our tests
|
||||
local TestEZ = habitat:require(modules.TestEZ)
|
||||
|
||||
local results = TestEZ.TestBootstrap:run(modules.Rojo, TestEZ.Reporters.TextReporter)
|
||||
local results = TestEZ.TestBootstrap:run({modules.Rojo}, TestEZ.Reporters.TextReporter)
|
||||
|
||||
-- Did something go wrong?
|
||||
if results.failureCount > 0 then
|
||||
|
||||
Reference in New Issue
Block a user