mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 22:56:02 +00:00
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
|
-- Load TestEZ and run our tests
|
||||||
local TestEZ = habitat:require(modules.TestEZ)
|
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?
|
-- Did something go wrong?
|
||||||
if results.failureCount > 0 then
|
if results.failureCount > 0 then
|
||||||
|
|||||||
Reference in New Issue
Block a user