Files
gameserver/RCCService2018/content/LuaPackages/RoduxImpl/init.spec.lua
T
2026-07-06 14:01:11 -04:00

9 lines
170 B
Lua

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