Skip to content

Update Test Coverage #338

Update Test Coverage

Update Test Coverage #338

Triggered via pull request May 22, 2024 23:22
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
src/data.test.ts > dataFlatten: src/data.test.ts#L72
AssertionError: expected { a: { b: 1 }, c: { d: 2 } } to strictly equal { b: 1, d: 2 } - Expected + Received Object { + "a": Object { "b": 1, + }, + "c": Object { "d": 2, + }, } ❯ src/data.test.ts:72:57
src/generators.test.ts > generatePassword: src/generators.test.ts#L52
AssertionError: expected 'M4J9#qTL' to match /[0-9]{3,}/ - Expected: /[0-9]{3,}/ + Received: "M4J9#qTL" ❯ src/generators.test.ts:52:47
test (ubuntu-latest)
Process completed with exit code 1.
src/data.test.ts > dataFlatten: src/data.test.ts#L72
AssertionError: expected { a: { b: 1 }, c: { d: 2 } } to strictly equal { b: 1, d: 2 } - Expected + Received Object { + "a": Object { "b": 1, + }, + "c": Object { "d": 2, + }, } ❯ src/data.test.ts:72:57
src/generators.test.ts > generatePassword: src/generators.test.ts#L52
AssertionError: expected '%2ZU0vVI' to match /[0-9]{3,}/ - Expected: /[0-9]{3,}/ + Received: "%2ZU0vVI" ❯ src/generators.test.ts:52:47
test (macos-latest)
Process completed with exit code 1.
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.