Chore: housekeeping

This commit is contained in:
Pieter Vander Vennet 2025-02-10 02:04:58 +01:00
parent cd9e03dd6f
commit b300fffdc5
156 changed files with 4436 additions and 1318 deletions

View file

@ -47,8 +47,10 @@ Utils.injectJsonDownloadForTests("https://www.openstreetmap.org/api/0.6/node/556
Utils.injectJsonDownloadForTests("./assets/data/editor-layer-index.json", '{"features": [] }')
it("should download the latest version", async () => {
const state = new ThemeViewState(new ThemeConfig(<any>bookcaseJson, true),
new ImmutableStore<Set<string>>(new Set()))
const state = new ThemeViewState(
new ThemeConfig(<any>bookcaseJson, true),
new ImmutableStore<Set<string>>(new Set())
)
const feature: Feature<Geometry, OsmTags> = {
type: "Feature",
id: "node/5568693115",