fix(build): Corrected package.json and workflow dependencies and resolved formatting issues in tests.

This commit is contained in:
2025-03-04 12:32:00 +00:00
parent 5801d34f18
commit ed9a9b7f2c
6 changed files with 2250 additions and 1051 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartexpect',
version: '1.6.0',
version: '1.6.1',
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
}