Skip to content

Commit f08cd08

Browse files
author
Erland Wiencke
committed
add setMap function to mocha runner script (tests no longer failing)
1 parent 393eca8 commit f08cd08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/mocha_runner.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const google = {
5656
},
5757
Marker: function() {
5858
return {
59-
addListener: function() {}
59+
addListener: function() {},
60+
setMap: function() {}
6061
};
6162
},
6263
MarkerImage: function() {

0 commit comments

Comments
 (0)