Skip to content

Commit

Permalink
test: remove unwanted console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Aug 30, 2023
1 parent 2d68c1f commit c4b50e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/x690/constructor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ const asn1 = require("../../dist/node/index.js");
],
);
const containedElements = el.sequence;
console.log(containedElements);
expect(containedElements.length).toEqual(4);
expect(containedElements[0].boolean).toBe(false);
});
Expand Down

0 comments on commit c4b50e8

Please sign in to comment.