it("not valid git url IsRepoExist", async () => {
        const isRepoExist = await GitHelper.IsRepoExist("pankod");

        expect(isRepoExist.error).toBe("Source path not valid");
    });