Skip to content

Commit 15bd682

Browse files
chore(deps-dev): bump eslint-plugin-jest from 25.3.4 to 25.7.0 (#178)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.3.4 to 25.7.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v25.3.4...v25.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 8471bd3
1 parent 0c98a5c commit 15bd682

20 files changed

+20
-20
lines changed

classes/Circle.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/Data.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/Feature.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/LatLng.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/LatLngBounds.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/MVCArray.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/MVCObject.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/Map.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/MapCanvasProjection.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

classes/MapPanes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
See the License for the specific language governing permissions and
1212
limitations under the License.</p>
13-
</div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">MapPanes</span></li></ul></section><section class="tsd-panel"><h3>Implements</h3><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">MapPanes</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="MapPanes.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#floatPane" class="tsd-kind-icon">float<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#mapPane" class="tsd-kind-icon">map<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#markerLayer" class="tsd-kind-icon">marker<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayLayer" class="tsd-kind-icon">overlay<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayMouseTarget" class="tsd-kind-icon">overlay<wbr/>Mouse<wbr/>Target</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a><h3>constructor</h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">new <wbr/>Map<wbr/>Panes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MapPanes.html" class="tsd-signature-type" data-tsd-kind="Class">MapPanes</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="MapPanes.html" class="tsd-signature-type" data-tsd-kind="Class">MapPanes</a></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="floatPane" class="tsd-anchor"></a><h3>float<wbr/>Pane</h3><div class="tsd-signature tsd-kind-icon">float<wbr/>Pane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.floatPane</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/e3e5910/src/drawing/DOM/mappanes.ts#L18">drawing/DOM/mappanes.ts:18</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="mapPane" class="tsd-anchor"></a><h3>map<wbr/>Pane</h3><div class="tsd-signature tsd-kind-icon">map<wbr/>Pane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.mapPane</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/e3e5910/src/drawing/DOM/mappanes.ts#L19">drawing/DOM/mappanes.ts:19</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="markerLayer" class="tsd-anchor"></a><h3>marker<wbr/>Layer</h3><div class="tsd-signature tsd-kind-icon">marker<wbr/>Layer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.markerLayer</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/e3e5910/src/drawing/DOM/mappanes.ts#L20">drawing/DOM/mappanes.ts:20</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="overlayLayer" class="tsd-anchor"></a><h3>overlay<wbr/>Layer</h3><div class="tsd-signature tsd-kind-icon">overlay<wbr/>Layer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.overlayLayer</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/e3e5910/src/drawing/DOM/mappanes.ts#L21">drawing/DOM/mappanes.ts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="overlayMouseTarget" class="tsd-anchor"></a><h3>overlay<wbr/>Mouse<wbr/>Target</h3><div class="tsd-signature tsd-kind-icon">overlay<wbr/>Mouse<wbr/>Target<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.overlayMouseTarget</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/e3e5910/src/drawing/DOM/mappanes.ts#L22">drawing/DOM/mappanes.ts:22</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class"><a href="MapPanes.html" class="tsd-kind-icon">Map<wbr/>Panes</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="MapPanes.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#floatPane" class="tsd-kind-icon">float<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#mapPane" class="tsd-kind-icon">map<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#markerLayer" class="tsd-kind-icon">marker<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayLayer" class="tsd-kind-icon">overlay<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayMouseTarget" class="tsd-kind-icon">overlay<wbr/>Mouse<wbr/>Target</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
13+
</div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">MapPanes</span></li></ul></section><section class="tsd-panel"><h3>Implements</h3><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">MapPanes</span></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section "><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="MapPanes.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#floatPane" class="tsd-kind-icon">float<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#mapPane" class="tsd-kind-icon">map<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#markerLayer" class="tsd-kind-icon">marker<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayLayer" class="tsd-kind-icon">overlay<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayMouseTarget" class="tsd-kind-icon">overlay<wbr/>Mouse<wbr/>Target</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a><h3>constructor</h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">new <wbr/>Map<wbr/>Panes<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MapPanes.html" class="tsd-signature-type" data-tsd-kind="Class">MapPanes</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="MapPanes.html" class="tsd-signature-type" data-tsd-kind="Class">MapPanes</a></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="floatPane" class="tsd-anchor"></a><h3>float<wbr/>Pane</h3><div class="tsd-signature tsd-kind-icon">float<wbr/>Pane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.floatPane</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/8471bd3/src/drawing/DOM/mappanes.ts#L18">drawing/DOM/mappanes.ts:18</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="mapPane" class="tsd-anchor"></a><h3>map<wbr/>Pane</h3><div class="tsd-signature tsd-kind-icon">map<wbr/>Pane<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.mapPane</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/8471bd3/src/drawing/DOM/mappanes.ts#L19">drawing/DOM/mappanes.ts:19</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="markerLayer" class="tsd-anchor"></a><h3>marker<wbr/>Layer</h3><div class="tsd-signature tsd-kind-icon">marker<wbr/>Layer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.markerLayer</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/8471bd3/src/drawing/DOM/mappanes.ts#L20">drawing/DOM/mappanes.ts:20</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="overlayLayer" class="tsd-anchor"></a><h3>overlay<wbr/>Layer</h3><div class="tsd-signature tsd-kind-icon">overlay<wbr/>Layer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.overlayLayer</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/8471bd3/src/drawing/DOM/mappanes.ts#L21">drawing/DOM/mappanes.ts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="overlayMouseTarget" class="tsd-anchor"></a><h3>overlay<wbr/>Mouse<wbr/>Target</h3><div class="tsd-signature tsd-kind-icon">overlay<wbr/>Mouse<wbr/>Target<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Element</span></div><aside class="tsd-sources"><p>Implementation of google.maps.MapPanes.overlayMouseTarget</p><ul><li>Defined in <a href="https://github.com/googlemaps/js-jest-mocks/blob/8471bd3/src/drawing/DOM/mappanes.ts#L22">drawing/DOM/mappanes.ts:22</a></li></ul></aside></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class"><a href="MapPanes.html" class="tsd-kind-icon">Map<wbr/>Panes</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class"><a href="MapPanes.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#floatPane" class="tsd-kind-icon">float<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#mapPane" class="tsd-kind-icon">map<wbr/>Pane</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#markerLayer" class="tsd-kind-icon">marker<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayLayer" class="tsd-kind-icon">overlay<wbr/>Layer</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="MapPanes.html#overlayMouseTarget" class="tsd-kind-icon">overlay<wbr/>Mouse<wbr/>Target</a></li></ul></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="../assets/main.js"></script></body></html>

0 commit comments

Comments
 (0)