Fix MapMock
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
72f155640d
commit
c3f3c9364f
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class MockMap extends EventEmitter {
|
|||
setCenter = jest.fn();
|
||||
setStyle = jest.fn();
|
||||
fitBounds = jest.fn();
|
||||
remove = jest.fn();
|
||||
}
|
||||
const MockMapInstance = new MockMap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue