From 08769569c14ba12494e30291a7cec8fd7560a5f5 Mon Sep 17 00:00:00 2001 From: igor <igor.markin@vereign.com> Date: Wed, 23 Dec 2020 13:12:51 +0300 Subject: [PATCH] Add cases windows-macos --- __tests__/html-outlook-outlook.test.ts | 7 +++++++ __tests__/htmltext-outlook-outlook.test.ts | 7 +++++++ __tests__/plain-outlook-outlook.test.ts | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/__tests__/html-outlook-outlook.test.ts b/__tests__/html-outlook-outlook.test.ts index 6e3e05a..53603d7 100644 --- a/__tests__/html-outlook-outlook.test.ts +++ b/__tests__/html-outlook-outlook.test.ts @@ -24,4 +24,11 @@ describe("[HTML] Outlook-Outlook emails normalization", () => { "08", // mismatch of sent and received emls. Passing though ) ]) ); + describe( + "Windows-MacOS", + describeFunction("windows-macos", [ + "06", // mismatch of sent and received emls. Passing though ) + "08", // mismatch of sent and received emls. Passing though ) + ]) + ); }); diff --git a/__tests__/htmltext-outlook-outlook.test.ts b/__tests__/htmltext-outlook-outlook.test.ts index 42da8e7..a7d22f1 100644 --- a/__tests__/htmltext-outlook-outlook.test.ts +++ b/__tests__/htmltext-outlook-outlook.test.ts @@ -23,4 +23,11 @@ describe("[Pseudo PLAIN] Outlook-Outlook normalization", () => { "08", // mismatch of sent and received emls. Passing though ) ]) ); + describe( + "Windows-MacOS", + describeFunction("windows-macos", [ + "06", // mismatch of sent and received emls. Passing though ) + "08", // mismatch of sent and received emls. Passing though ) + ]) + ); }); diff --git a/__tests__/plain-outlook-outlook.test.ts b/__tests__/plain-outlook-outlook.test.ts index ac2fa31..152d051 100644 --- a/__tests__/plain-outlook-outlook.test.ts +++ b/__tests__/plain-outlook-outlook.test.ts @@ -17,4 +17,11 @@ describe("[Plain] Outlook-Outlook normalization", () => { "08", // mismatch of sent and received emls. Passing though ) ]) ); + describe( + "Windows-MacOS", + describeFunction("windows-macos", [ + "06", // mismatch of sent and received emls. Passing though ) + "08", // mismatch of sent and received emls. Passing though ) + ]) + ); }); -- GitLab