Skip to content

Commit

Permalink
漏提交
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Sep 30, 2024
1 parent 7e9dacd commit 376c468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/unit/mocks/marker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class Marker extends Evented {
}

addTo(map) {
return this;
}

remove() {
Expand All @@ -27,6 +28,9 @@ class Marker extends Evented {
return this;
}

getElement() {
}

setPopup(popup) {
return this;
}
Expand Down

0 comments on commit 376c468

Please sign in to comment.