mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
6 lines
83 B
Lua
6 lines
83 B
Lua
return function()
|
|
it("should load", function()
|
|
require(script.Parent)
|
|
end)
|
|
end
|