Files
rojo/plugin/rbx_dom_lua/src/init.spec.lua
Lucien Greathouse 1214fc8b0d Release 6.0.0-rc.1
This change also includes some minor packaging changes in order to make Cargo happy.
2020-03-29 16:58:37 -07:00

7 lines
125 B
Lua

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