forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
d9d6e96fed
commit
04a2cc9bc7
18 changed files with 71 additions and 72 deletions
|
|
@ -470,7 +470,7 @@ export default class LegacyThemeLoaderSpec extends T {
|
|||
T.isTrue(r.warnings.some(msg => msg.indexOf("./assets/layers/bike_parking/staple.svg") >= 0), "staple.svg not mentioned");
|
||||
}],
|
||||
["Images in 'thens' icons are detected", () => {
|
||||
const r = new ExtractImages(true).convert(<any>{
|
||||
const r = new ExtractImages(true, new Map<string, any>()).convert(<any>{
|
||||
"layers": [
|
||||
{
|
||||
tagRenderings: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue