Skip to content

release 0.1.64(chore): bump version to 0.1.64 in package.json, Cargo.… #52

release 0.1.64(chore): bump version to 0.1.64 in package.json, Cargo.…

release 0.1.64(chore): bump version to 0.1.64 in package.json, Cargo.… #52

Triggered via push January 20, 2025 08:22
Status Failure
Total duration 25s
Artifacts

testing.yml

on: push
unit-tests
17s
unit-tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
src/tests/recents.spec.ts > Unit tests for recents > Should add 10 notes to recents: src/tests/recents.spec.ts#L49
TypeError: getRecentNotesSize is not a function ❯ src/tests/recents.spec.ts:49:10
src/tests/recents.spec.ts > Unit tests for recents > Should add a note to recents with size to still be 10: src/tests/recents.spec.ts#L54
TypeError: getRecentNotesSize is not a function ❯ src/tests/recents.spec.ts:54:10
src/tests/recents.spec.ts > Unit tests for recents > Tring to add 5 new notes and size to be still be 10: src/tests/recents.spec.ts#L61
TypeError: getRecentNotesSize is not a function ❯ src/tests/recents.spec.ts:61:10
src/tests/recents.spec.ts > Unit tests for recents > Trying to remove 1 notes from recents and the size to be 9: src/tests/recents.spec.ts#L71
TypeError: getRecentNotesSize is not a function ❯ src/tests/recents.spec.ts:71:10
src/tests/recents.spec.ts > Unit tests for recents > Try to clear all the recents and size to be 0: src/tests/recents.spec.ts#L76
TypeError: getRecentNotesSize is not a function ❯ src/tests/recents.spec.ts:76:10
src/tests/recents.spec.ts > Unit tests for recents > Try to add duplicate note: src/tests/recents.spec.ts#L82
TypeError: getRecentNotesSize is not a function ❯ src/tests/recents.spec.ts:82:10
unit-tests
Process completed with exit code 1.
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636