fix(tests): Standardize test syntax and update testing dependencies

This commit is contained in:
2025-05-12 13:42:49 +00:00
parent 283703ec78
commit 45951d2610
8 changed files with 144 additions and 43 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfuzzy',
version: '1.1.7',
version: '1.1.8',
description: 'A library for fuzzy matching strings against word dictionaries or arrays, with support for object and article searching.'
}