forked from MapComplete/MapComplete
Chore: fix test, formatting
This commit is contained in:
parent
eb17890b3d
commit
bd287fd8b0
2 changed files with 8 additions and 41 deletions
|
@ -132,7 +132,7 @@ describe("PrepareTheme", () => {
|
|||
it("should remove names which are overriden with null", () => {
|
||||
const testLayer: LayerConfigJson = {
|
||||
source: {
|
||||
osmTags: "x=y",
|
||||
osmTags: { "and": ["x=y"] }
|
||||
},
|
||||
id: "layer-example",
|
||||
name: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue