-
-
Notifications
You must be signed in to change notification settings - Fork 920
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
refactor(location)!: rename address module #1469
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1469 +/- ##
==========================================
- Coverage 99.63% 99.62% -0.01%
==========================================
Files 2165 2165
Lines 237104 237132 +28
Branches 1015 1016 +1
==========================================
+ Hits 236229 236242 +13
- Misses 854 869 +15
Partials 21 21
|
In e7961b0 I didn't touched the address tests, so everything was green |
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.
Please delete this file:
And update the following files:
Line 440 in e0b506f
refactor(address): deprecate streetPrefix and streetSuffix - https://github.com/faker-js/faker/blob/1344-rename-address-module-to-location/README.md?plain=1#L24
- https://github.com/faker-js/faker/blob/1344-rename-address-module-to-location/docs/index.md?plain=1#L27
- https://github.com/faker-js/faker/blob/1344-rename-address-module-to-location/src/modules/helpers/index.ts#L473
Line 97 in e0b506f
expect(faker.definitions.address.city_name).toBeDefined(); - https://github.com/faker-js/faker/blob/1344-rename-address-module-to-location/test/helpers.spec.ts#L534 +other lines
Co-authored-by: ST-DDT <[email protected]>
@ST-DDT Nice catches, thx 🙂 |
Should we update this as well? Line 440 in 79858fe
|
cc24a01
closes #1344