mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 00:45:44 +01:00
Fix es lint errors and warnings and enforce es lint as build breaker. (#1878)
Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>
This commit is contained in:
@@ -33,8 +33,8 @@ describe("files tests", () => {
|
||||
directory: true,
|
||||
_links: {},
|
||||
_embedded: {
|
||||
children: [],
|
||||
},
|
||||
children: []
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -43,7 +43,7 @@ describe("files tests", () => {
|
||||
path: "README.md",
|
||||
revision: "42",
|
||||
directory: false,
|
||||
_links: {},
|
||||
_links: {}
|
||||
};
|
||||
|
||||
describe("isRootPath tests", () => {
|
||||
|
||||
Reference in New Issue
Block a user