Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
0d3d498240 | |||
30604dc77b |
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-04-30 - 2.3.3 - fix(tests)
|
||||||
|
Fix test file naming inconsistencies
|
||||||
|
|
||||||
|
- Rename 'test/test.diffOutput.ts' to 'test/test.diffoutput.ts' to standardize filename casing
|
||||||
|
- Rename 'test/test.propertyPath.ts' to 'test/test.propertypath.ts' for consistent file naming
|
||||||
|
|
||||||
## 2025-04-30 - 2.3.2 - fix(object)
|
## 2025-04-30 - 2.3.2 - fix(object)
|
||||||
Update toHaveProperty matcher to support nested property paths using dot notation
|
Update toHaveProperty matcher to support nested property paths using dot notation
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartexpect",
|
"name": "@push.rocks/smartexpect",
|
||||||
"version": "2.3.2",
|
"version": "2.3.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.",
|
"description": "A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartexpect',
|
name: '@push.rocks/smartexpect',
|
||||||
version: '2.3.2',
|
version: '2.3.3',
|
||||||
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
|
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user