Files
rojo/plugin/src/runTests.lua
2018-04-01 23:22:04 -07:00

5 lines
116 B
Lua

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