forked from rojo-rbx/rojo
plugin: Unify test running code
This commit is contained in:
5
plugin/src/runTests.lua
Normal file
5
plugin/src/runTests.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
return function(TestEZ)
|
||||
local Rojo = script.Parent.Parent
|
||||
|
||||
TestEZ.TestBootstrap:run({ Rojo.Plugin, Rojo.Http, Rojo.Log })
|
||||
end
|
||||
Reference in New Issue
Block a user