fix(cleanup): Remove unused scratch files

This commit is contained in:
2025-05-01 08:57:21 +00:00
parent b68011b79d
commit ff9170ab67
8 changed files with 7 additions and 77 deletions

View File

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