-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: google.maps.Data object mocks #142
Conversation
Codecov Report
@@ Coverage Diff @@
## main #142 +/- ##
==========================================
+ Coverage 42.05% 42.29% +0.24%
==========================================
Files 16 17 +1
Lines 321 383 +62
Branches 3 3
==========================================
+ Hits 135 162 +27
- Misses 186 221 +35
Continue to review full report at Codecov.
|
## [1.4.0](v1.3.9...v1.4.0) (2021-12-01) ### Features * google.maps.Data object mocks ([#142](#142)) ([805395f](805395f)) ### Miscellaneous Chores * **deps-dev:** bump jest from 27.4.0 to 27.4.2 ([#143](#143)) ([cef377f](cef377f)) * **deps-dev:** bump rollup from 2.60.1 to 2.60.2 ([#144](#144)) ([a1c606d](a1c606d))
🎉 This PR is included in version 1.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
As discussed in the linked issue.
PR also includes a config update for eslint to handle EOL differences between Windows and MacOS. Otherwise, the linting will throw an error.
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #141 🦕