-
Notifications
You must be signed in to change notification settings - Fork 32
feat: Add google.maps.Data.Feature mocks #146
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
Conversation
| "prepare": "rm -rf dist && rollup -c", | ||
| "test": "jest src/*" | ||
| "test": "jest src/*", | ||
| "test:watch": "jest --watch src/*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
npm test -- --watch would be equivalent
Codecov Report
@@ Coverage Diff @@
## main #146 +/- ##
==========================================
+ Coverage 42.29% 43.17% +0.87%
==========================================
Files 17 18 +1
Lines 383 410 +27
Branches 3 2 -1
==========================================
+ Hits 162 177 +15
- Misses 221 233 +12
Continue to review full report at Codecov.
|
|
Thanks! |
## [1.5.0](v1.4.0...v1.5.0) (2021-12-08) ### Features * Add google.maps.Data.Feature mocks ([#146](#146)) ([2ae2ff2](2ae2ff2)) ### Miscellaneous Chores * **deps-dev:** bump @types/google.maps from 3.47.0 to 3.47.1 ([#150](#150)) ([f1f079a](f1f079a)) * **deps-dev:** bump jest from 27.4.2 to 27.4.3 ([#145](#145)) ([eb3f4db](eb3f4db)) * **deps-dev:** bump prettier from 2.5.0 to 2.5.1 ([#148](#148)) ([ccb6378](ccb6378)) * **deps-dev:** bump ts-jest from 27.0.7 to 27.1.0 ([#147](#147)) ([10ad3ba](10ad3ba)) * Synced local '.eslintrc.json' with remote 'sync-files/js/.eslintrc.json' ([#149](#149)) ([ba0b734](ba0b734)) * Synced local '.github/' with remote 'sync-files/js/.github/' ([#151](#151)) ([af13385](af13385))
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #141 🦕