Files
rojo/plugin/rbx_dom_lua/init.spec.lua
2021-05-14 16:36:32 -04:00

7 lines
125 B
Lua

return function()
local RbxDom = require(script.Parent)
it("should load", function()
expect(RbxDom).to.be.ok()
end)
end