forked from MapComplete/MapComplete
Fix: fix tests
This commit is contained in:
parent
48033768fb
commit
63b96e97bb
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ describe("OverlapFunc", () => {
|
||||||
|
|
||||||
const params: ExtraFuncParams = {
|
const params: ExtraFuncParams = {
|
||||||
getFeatureById: () => undefined,
|
getFeatureById: () => undefined,
|
||||||
|
getProbablyOverlapsWith: () => [[door]],
|
||||||
getFeaturesWithin: () => [[door]],
|
getFeaturesWithin: () => [[door]],
|
||||||
}
|
}
|
||||||
const helpers = ExtraFunctions.constructHelpers(params)
|
const helpers = ExtraFunctions.constructHelpers(params)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue