smartexpect/ts/00_commitinfo_data.ts

9 lines
274 B
TypeScript
Raw Normal View History

2022-07-24 10:45:29 +00:00
/**
* autocreated commitinfo by @push.rocks/commitinfo
2022-07-24 10:45:29 +00:00
*/
export const commitinfo = {
2023-08-11 16:08:50 +00:00
name: '@push.rocks/smartexpect',
version: '1.2.1',
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
2023-08-11 16:08:50 +00:00
}