add gs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
return function()
|
||||
describe("Rodux", function()
|
||||
it("should load", function()
|
||||
local Rodux = require(script.Parent)
|
||||
|
||||
expect(Rodux.Store).to.be.ok()
|
||||
end)
|
||||
end)
|
||||
end
|
||||
Reference in New Issue
Block a user