mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
removed debug logging
This commit is contained in:
@@ -58,8 +58,6 @@ describe("Remark Commit Links RegEx Tests", () => {
|
|||||||
match = regExp.exec(text);
|
match = regExp.exec(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(matches)
|
|
||||||
|
|
||||||
expect(matches[0]).toBe("hitchhiker/heart-of-gold@42");
|
expect(matches[0]).toBe("hitchhiker/heart-of-gold@42");
|
||||||
expect(matches[1]).toBe("hitchhiker/heart-of-gold@21");
|
expect(matches[1]).toBe("hitchhiker/heart-of-gold@21");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user