diff --git a/tests/metaproperties.test.js b/tests/metaproperties.test.js index ebee4a8..17acd26 100644 --- a/tests/metaproperties.test.js +++ b/tests/metaproperties.test.js @@ -200,7 +200,6 @@ describe("Modify an option of metaproperty", () => { }); test("should modify an option of metaproperty", () => { - console.log(result); const metapropertyKeys = Object.keys(result); expect(metapropertyKeys).toContain("statuscode"); expect(metapropertyKeys).toContain("message");