From 95658079183bf39de70c8b685c6d6376a3fa84b1 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 3 Apr 2024 15:29:44 -0700 Subject: [PATCH] test: enable the rest of the test suite --- test/libmime-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libmime-test.js b/test/libmime-test.js index 14b313c..90e2b65 100644 --- a/test/libmime-test.js +++ b/test/libmime-test.js @@ -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 = {