mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-22 00:09:47 +01:00
Add another fragment test case which caused jenkins error
This commit is contained in:
@@ -30,6 +30,7 @@ const pathname = basePath + "README.md/";
|
||||
describe("correctLocalLink tests", () => {
|
||||
it("should return same url", () => {
|
||||
expect(correctLocalLink(pathname, "")).toBe(pathname);
|
||||
expect(correctLocalLink(pathname, "#42")).toBe("#42");
|
||||
});
|
||||
|
||||
it("should return main directory", () => {
|
||||
|
||||
Reference in New Issue
Block a user