mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
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