We'd love to support a new structure at some point. here are some ideas:
describe("clear array", function()
setup(sub()
empty = []
end sub)
it("empty assignment", function()
end function)
end function)
@describe("clear array")
function _()
setup(sub()
empty = []
end sub)
it("empty assignment", function()
end function)
end function
sub benchmark()
describe("clear array", function()
setup(sub()
empty = []
end sub)
it("empty assignment", function()
end function)
end function)
end sub
We'd love to support a new structure at some point. here are some ideas: