forked from MapComplete/MapComplete
Changesets are now kept open and reused to avoid tons of changesets to be created
This commit is contained in:
parent
0051c37494
commit
82f3525907
16 changed files with 162 additions and 270 deletions
|
@ -6,7 +6,6 @@ import {CustomLayoutFromJSON} from "../Customizations/JSON/CustomLayoutFromJSON"
|
|||
import {And} from "../Logic/TagsFilter";
|
||||
import Translation from "../UI/i18n/Translation";
|
||||
import T from "./TestHelper";
|
||||
import {Artwork} from "../Customizations/Layers/Artwork";
|
||||
|
||||
|
||||
new T([
|
||||
|
@ -32,8 +31,6 @@ new T([
|
|||
equal(tr.txt, "Test value abc");
|
||||
|
||||
}],
|
||||
["JSONify artwork layer", () => {
|
||||
const a = new Artwork();
|
||||
console.log(a.ToJson())
|
||||
["Preset renders icon correctly", () => {
|
||||
}]
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue