Skip to content

Commit e12212d

Browse files
Fix test after rebase
1 parent ec538f5 commit e12212d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/turf-shortest-path/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ test("turf-shortest-path -- with polygon feature as obstacle", (t) => {
6666

6767
const path = truncate(
6868
shortestPath(start, end, {
69+
...geojson.properties,
6970
obstacles: obstacle,
7071
})
7172
);

0 commit comments

Comments
 (0)