update frontend tests #3994
test_and_deploy.yml
on: push
Annotations
2 errors
|
test_front
Process completed with exit code 1.
|
|
tests/unit/components/OpBatchDetail.spec.js > OpBatchDetail.vue > Should call getOpBatchDetail on mount:
src/components/OpBatchDetail.vue#L120
TypeError: Cannot read properties of undefined (reading 'afterEach')
❯ src/components/OpBatchDetail.vue:120:12
❯ node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2800:40
❯ callWithErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:200:19
❯ callWithAsyncErrorHandling node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:207:17
❯ hook.__weh.hook.__weh node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:2780:19
❯ flushPostFlushCbs node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:382:28
❯ render node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5936:7
❯ mount node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:3922:13
❯ Object.app.mount node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.js:1703:19
❯ Proxy.mount node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:8415:18
❯ customMount tests/setup.js:82:12
❯ tests/unit/components/OpBatchDetail.spec.js:11:9
|