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

Cover gmail-gmail plain cases

parent 2ba436f9
Branches
Tags
1 merge request!3Fix normalisation cases
......@@ -13,5 +13,5 @@ describe("[HTML] GMail-GMail", () => {
EMAIL_VENDORS.GMAIL
);
describe("One", describeFunction("one", ["0ssss"]));
describe("One", describeFunction("one", [""]));
});
const path = require("path");
import { describe } from "@jest/globals";
import { createDescribePlainTestCases } from "./utils";
const TESTS_GLOBAL_PATH = "/files/gmail-gmail";
const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`);
describe("[Plain] GMail-GMail", () => {
const describeFunction = createDescribePlainTestCases(testsPath);
describe("One", describeFunction("one", ["04", "17", "18", "20"]));
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment