Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.68 KB

Jest Mocks for Google Maps

npm Build Release codecov GitHub contributors semantic-release Discord

Description

Jest mocks for Google Maps in TypeScript.

Note: If you find a missing mock, please open an issue.

NPM

Available via NPM as the package @googlemaps/jest-mocks

Example

import { initialize } from "@googlemaps/jest-mocks";

beforeEach(() => {
  initialize();
});

Support

This library is community supported. We're comfortable enough with the stability and features of the library that we want you to build real production applications on it.

If you find a bug, or have a feature suggestion, please log an issue. If you'd like to contribute, please read How to Contribute.