mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Update rbx_dom_lua, using subfolder now
This commit is contained in:
7
plugin/rbx_dom_lua/init.spec.lua
Normal file
7
plugin/rbx_dom_lua/init.spec.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return function()
|
||||
local RbxDom = require(script.Parent)
|
||||
|
||||
it("should load", function()
|
||||
expect(RbxDom).to.be.ok()
|
||||
end)
|
||||
end
|
||||
Reference in New Issue
Block a user