mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -4,9 +4,7 @@ import { BackendError } from "./errors";
|
||||
|
||||
describe("create url", () => {
|
||||
it("should not change absolute urls", () => {
|
||||
expect(createUrl("https://www.scm-manager.org")).toBe(
|
||||
"https://www.scm-manager.org"
|
||||
);
|
||||
expect(createUrl("https://www.scm-manager.org")).toBe("https://www.scm-manager.org");
|
||||
});
|
||||
|
||||
it("should add prefix for api", () => {
|
||||
|
||||
Reference in New Issue
Block a user