forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
2ea363f6e0
commit
08e2fa747f
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ export default class ActorsSpec extends T {
|
||||||
[
|
[
|
||||||
"download latest version",
|
"download latest version",
|
||||||
() => {
|
() => {
|
||||||
const state = new UserRelatedState(new LayoutConfig(bookcaseJson, true, "tests"))
|
const state = new UserRelatedState(new LayoutConfig(<any> bookcaseJson, true, "tests"))
|
||||||
const feature = {
|
const feature = {
|
||||||
"type": "Feature",
|
"type": "Feature",
|
||||||
"id": "node/5568693115",
|
"id": "node/5568693115",
|
||||||
|
|
|
@ -10,7 +10,7 @@ export default class ImageAttributionSpec extends T {
|
||||||
[
|
[
|
||||||
"Should find all the images",
|
"Should find all the images",
|
||||||
() => {
|
() => {
|
||||||
const images = new Set(new ExtractImages().convertStrict(cyclofix, "test"))
|
const images = new Set(new ExtractImages().convertStrict(<any> cyclofix, "test"))
|
||||||
const expectedValues = [
|
const expectedValues = [
|
||||||
'./assets/layers/bike_repair_station/repair_station.svg',
|
'./assets/layers/bike_repair_station/repair_station.svg',
|
||||||
'./assets/layers/bike_repair_station/repair_station_pump.svg',
|
'./assets/layers/bike_repair_station/repair_station_pump.svg',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue