mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
7 lines
192 B
Lua
7 lines
192 B
Lua
return function(TestEZ)
|
|
local Rojo = script.Parent.Parent
|
|
local Packages = Rojo.Packages
|
|
|
|
return TestEZ.TestBootstrap:run({ Rojo.Plugin, Packages.Http, Packages.Log, Packages.RbxDom })
|
|
end
|