Update rbx_dom_lua, using subfolder now

This commit is contained in:
Lucien Greathouse
2021-05-14 16:36:32 -04:00
parent ef41d14f50
commit 1c281539e0
17 changed files with 2186 additions and 510 deletions

View File

@@ -0,0 +1,7 @@
return function()
local RbxDom = require(script.Parent)
it("should load", function()
expect(RbxDom).to.be.ok()
end)
end