feat(object): add toHaveOwnProperty method and improve property-path matching in object assertions
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-04-30 - 2.4.0 - feat(object)
|
||||
add toHaveOwnProperty method and improve property-path matching in object assertions
|
||||
|
||||
- Added 'toHaveOwnProperty' as a direct method on Assertion to check for own properties
|
||||
- Enhanced property path evaluation in 'toHaveProperty' to handle nested keys more robustly
|
||||
- Renamed test file to maintain consistent naming for expect.any tests
|
||||
- Introduced scratch.js for manual testing and debugging of property matchers
|
||||
|
||||
## 2025-04-30 - 2.3.3 - fix(tests)
|
||||
Fix test file naming inconsistencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user