describe("ecs module", function() it("should require without errors",function() require("ecs") end) it("should serialize correctly",function() local ecs = require("ecs") ent = ecs.Entity(nil,{ }) end) end)