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,
|
startLat: 0,
|
||||||
startLon: 0,
|
startLon: 0,
|
||||||
startZoom: 0,
|
startZoom: 0,
|
||||||
title: {
|
title: {
|
||||||
en: "Title"
|
en: "Title"
|
||||||
},
|
},
|
||||||
version: "",
|
|
||||||
id: "test"
|
id: "test"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -118,13 +116,10 @@ describe("PrepareTheme", () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
maintainer: "Me",
|
|
||||||
startLat: 0,
|
startLat: 0,
|
||||||
startLon: 0,
|
startLon: 0,
|
||||||
startZoom: 0,
|
startZoom: 0,
|
||||||
title: "Test theme",
|
title: "Test theme",
|
||||||
version: ""
|
|
||||||
|
|
||||||
}
|
}
|
||||||
const rewritten = new PrepareTheme(ctx, {
|
const rewritten = new PrepareTheme(ctx, {
|
||||||
skipDefaultLayers: true
|
skipDefaultLayers: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue