mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
7 lines
125 B
Lua
7 lines
125 B
Lua
return function()
|
|
local RbxDom = require(script.Parent)
|
|
|
|
it("should load", function()
|
|
expect(RbxDom).to.be.ok()
|
|
end)
|
|
end |