Files
rojo/plugin/src/runTests.lua
2017-12-04 00:09:30 -08:00

5 lines
116 B
Lua

return function()
local TestEZ = require(script.Parent.Parent.TestEZ)
TestEZ.TestBootstrap:run(script.Parent)
end