mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
5 lines
82 B
Lua
5 lines
82 B
Lua
return function()
|
|
it("should load", function()
|
|
require(script.Parent)
|
|
end)
|
|
end |