Skip to content

DataStoreItemList component #112

DataStoreItemList component

DataStoreItemList component #112

Status Failure
Total duration 2m 5s
Billable time 2m
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Unhandled error: frontend/src/components/DataStoreDetail.vue#L10
TypeError: Cannot convert undefined or null to object ❯ Proxy._sfc_render src/components/DataStoreDetail.vue:10:73 ❯ renderComponentRoot node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:886:16 ❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5080:46 ❯ ReactiveEffect.run node_modules/@vue/reactivity/dist/reactivity.cjs.js:181:19 ❯ instance.update node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5211:16 ❯ setupRenderEffect node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5221:5 ❯ mountComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4989:7 ❯ processComponent node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4943:9 ❯ patch node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4426:11 This error originated in "tests/views/dashboard.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "Parse the list of fetched list of mander to an array of FileTreeNode.". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
tests/views/dashboard.spec.ts > DashboardView > Parse the list of fetched list of mander to an array of FileTreeNode.: frontend/node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js#L7300
Error: Unable to get specified component within: <div>loading...</div> ❯ VueWrapper.BaseWrapper.getComponent node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:7300:15 ❯ tests/views/dashboard.spec.ts:34:30
build
Process completed with exit code 1.
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/