fix(test): Add logging for rendered text outputs in test cases

This commit is contained in:
2025-01-14 17:52:40 +01:00
parent 7ea4324ff8
commit eb631ae97e
3 changed files with 11 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/beautyfiglet',
version: '1.0.9',
version: '1.0.10',
description: 'A Node.js module for creating customizable ASCII art using figlet with options for different fonts and layouts.'
}