Skip to content

feat: cleanup

feat: cleanup #131

Triggered via push August 19, 2024 10:20
Status Failure
Total duration 1m 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors
src/navigation/InternalNavigator.test.ts > Given unloaded book > Given invalid navigation position > should return safe edge position: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ new Spine src/spine/Spine.ts:46:24 ❯ Module.createNavigator src/navigation/tests/utils.ts:38:17 ❯ src/navigation/InternalNavigator.test.ts:10:52
src/navigation/InternalNavigator.test.ts > Given unloaded book > Given invalid negative navigation spine item > should remove it: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ new Spine src/spine/Spine.ts:46:24 ❯ Module.createNavigator src/navigation/tests/utils.ts:38:17 ❯ src/navigation/InternalNavigator.test.ts:41:52
src/navigation/InternalNavigator.test.ts > Given loaded book > Given invalid negative navigation spine item > should fallback to 0: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ new Spine src/spine/Spine.ts:46:24 ❯ Module.createNavigator src/navigation/tests/utils.ts:38:17 ❯ src/navigation/InternalNavigator.test.ts:72:9
src/navigation/InternalNavigator.test.ts > Given loaded book > Given invalid positive navigation spine item > should fallback to length - 1: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ new Spine src/spine/Spine.ts:46:24 ❯ Module.createNavigator src/navigation/tests/utils.ts:38:17 ❯ src/navigation/InternalNavigator.test.ts:104:9
src/navigation/restoration/restoreNavigationForControlledPageTurnMode.test.ts > Given a backward navigation to a new item > when item was unloaded > and item is bigger once loaded > should restore position at the last page: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ new Spine src/spine/Spine.ts:46:24 ❯ src/navigation/restoration/restoreNavigationForControlledPageTurnMode.test.ts:26:23
src/spine/locator/getVisibleSpineItemsFromPosition.test.ts > Given single page items and no spread > when position is in half of the first item > and threshold of 0.51 > should not recognize second item: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ src/spine/locator/getVisibleSpineItemsFromPosition.test.ts:46:29
src/spine/locator/getVisibleSpineItemsFromPosition.test.ts > Given single page items and no spread > when position is in half of the first item > and threshold of 0.50 > should not recognize second item: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ src/spine/locator/getVisibleSpineItemsFromPosition.test.ts:75:29
src/spine/locator/getVisibleSpineItemsFromPosition.test.ts > Given single page items and no spread > when position is in half of the first item > and threshold of 0.49 > should recognize second item: packages/core/src/spine/SpineLayout.ts#L74
TypeError: Cannot read properties of undefined (reading 'pipe') ❯ new SpineLayout src/spine/SpineLayout.ts:74:8 ❯ src/spine/locator/getVisibleSpineItemsFromPosition.test.ts:104:29
check
Process completed with exit code 1.