Skip to content

Commit

Permalink
test: enable the rest of the test suite (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson authored Apr 4, 2024
1 parent a1a3178 commit 0578435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libmime-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ describe('libmime', () => {
expect(libmime.parseHeaderValue(str)).to.deep.equal(obj);
});

it.only('should handle ARC header from MS', () => {
it('should handle ARC header from MS', () => {
let str =
'i=1; mx.microsoft.com 1; spf=fail (sender ip is 52.138.216.130) smtp.rcpttodomain=recipient.com smtp.mailfrom=sender.com; dmarc=fail (p=reject sp=reject pct=100) action=oreject header.from=sender.com; dkim=none (message not signed); arc=none (0)',
obj = {
Expand Down

0 comments on commit 0578435

Please sign in to comment.