Skip to content
Snippets Groups Projects
Commit 08769569 authored by Igor Markin's avatar Igor Markin
Browse files

Add cases windows-macos

parent 9968a009
No related branches found
No related tags found
1 merge request!15Add READMEs for Outlook desktop cases
......@@ -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 )
])
);
});
......@@ -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 )
])
);
});
......@@ -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 )
])
);
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment