2022-07-24 12:45:29 +02:00
|
|
|
/**
|
2024-08-17 07:27:32 +02:00
|
|
|
* autocreated commitinfo by @push.rocks/commitinfo
|
2022-07-24 12:45:29 +02:00
|
|
|
*/
|
|
|
|
export const commitinfo = {
|
2023-08-11 18:08:50 +02:00
|
|
|
name: '@push.rocks/smartexpect',
|
2024-12-30 20:33:24 +01:00
|
|
|
version: '1.3.0',
|
2024-08-17 07:27:32 +02:00
|
|
|
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
|
2023-08-11 18:08:50 +02:00
|
|
|
}
|