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

Implement gmail-outlook cases

parent ba1dfdf8
No related branches found
No related tags found
1 merge request!2Refactor test cases handler
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
...@@ -2,8 +2,6 @@ import { describe } from "@jest/globals"; ...@@ -2,8 +2,6 @@ import { describe } from "@jest/globals";
import { createDescribePlainTestCases } from "./utils"; import { createDescribePlainTestCases } from "./utils";
const path = require("path"); const path = require("path");
// Test cases from https://code.vereign.com/alexey.lunin/outlook-files-upload
const TESTS_GLOBAL_PATH = "/files/outlook-outlook"; const TESTS_GLOBAL_PATH = "/files/outlook-outlook";
const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`); const testsPath = path.resolve(__dirname, `.${TESTS_GLOBAL_PATH}`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment