forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
51650b4a10
commit
80963f242d
1 changed files with 0 additions and 5 deletions
|
@ -28,14 +28,12 @@ const themeConfigJson: LayoutConfigJson = {
|
|||
}
|
||||
}
|
||||
],
|
||||
maintainer: "",
|
||||
startLat: 0,
|
||||
startLon: 0,
|
||||
startZoom: 0,
|
||||
title: {
|
||||
en: "Title"
|
||||
},
|
||||
version: "",
|
||||
id: "test"
|
||||
}
|
||||
|
||||
|
@ -118,13 +116,10 @@ describe("PrepareTheme", () => {
|
|||
}
|
||||
}
|
||||
],
|
||||
maintainer: "Me",
|
||||
startLat: 0,
|
||||
startLon: 0,
|
||||
startZoom: 0,
|
||||
title: "Test theme",
|
||||
version: ""
|
||||
|
||||
}
|
||||
const rewritten = new PrepareTheme(ctx, {
|
||||
skipDefaultLayers: true
|
||||
|
|
Loading…
Reference in a new issue