Fix: fix tests
All checks were successful
/ deploy_on_hosted (push) Successful in 17m9s

This commit is contained in:
Pieter Vander Vennet 2025-05-04 12:08:57 +02:00
parent 48033768fb
commit 63b96e97bb

View file

@ -109,6 +109,7 @@ describe("OverlapFunc", () => {
const params: ExtraFuncParams = {
getFeatureById: () => undefined,
getProbablyOverlapsWith: () => [[door]],
getFeaturesWithin: () => [[door]],
}
const helpers = ExtraFunctions.constructHelpers(params)