feat: generateUniqueId with customizable length #30
coverage.yml
on: push
Run tests and collect coverage
27s
Annotations
2 errors
src/__tests__/utils/stringUtils.test.ts > generateUniqueId > should generate consistent results for the same inputs and timestamp:
src/__tests__/utils/stringUtils.test.ts#L121
AssertionError: expected '0.wr9x' to deeply equal '0.x9aa'
Expected: "0.x9aa"
Received: "0.wr9x"
❯ src/__tests__/utils/stringUtils.test.ts:121:17
|
Run tests and collect coverage
Process completed with exit code 1.
|