Merge branch 'master' of https://github.com/Geode-solutions/OpenGeode… #8
Annotations
10 errors
Unhandled error:
stores/cloud.js#L66
ReferenceError: data is not defined
❯ Proxy.create_backend stores/cloud.js:66:7
❯ components/Launcher.vue:32:6
This error originated in "test/components/Wrapper.nuxt.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
stores/cloud.js#L66
ReferenceError: data is not defined
❯ Proxy.create_backend stores/cloud.js:66:7
❯ components/Launcher.vue:32:6
This error originated in "test/components/Launcher.nuxt.test.js" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
test/components/CrsSelector.nuxt.test.js > CrsSelector.vue > BRep:
node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js#L1586
Error: Cannot call trigger on an empty DOMWrapper.
❯ Object.get node_modules/@vue/test-utils/dist/vue-test-utils.cjs.js:1586:27
❯ test/components/CrsSelector.nuxt.test.js:46:17
|
test/components/FileSelector.nuxt.test.js > FileSelector.vue > Select file:
test/components/FileSelector.nuxt.test.js#L54
AssertionError: expected {} to have property "update_values"
❯ test/components/FileSelector.nuxt.test.js:54:31
|
test/components/FileUploader.nuxt.test.js > FileUploader.vue > Upload file:
test/components/FileUploader.nuxt.test.js#L48
TypeError: Cannot read properties of undefined (reading '0')
❯ test/components/FileUploader.nuxt.test.js:48:44
|
test/composables/api_fetch.nuxt.test.js > api_fetch.js > onResponse:
test/composables/api_fetch.nuxt.test.js#L58
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/composables/api_fetch.nuxt.test.js:58:42
|
test/composables/upload_file.nuxt.test.js > upload_file.js > onResponse:
test/composables/upload_file.nuxt.test.js#L36
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ test/composables/upload_file.nuxt.test.js:36:40
|
test/stores/Cloud.nuxt.test.js > Cloud Store > actions > create_backend > test without end-point:
stores/cloud.js#L66
ReferenceError: data is not defined
❯ Proxy.create_backend stores/cloud.js:66:7
❯ test/stores/Cloud.nuxt.test.js:34:9
|
test/stores/Cloud.nuxt.test.js > Cloud Store > actions > create_backend > test with end-point:
stores/cloud.js#L66
ReferenceError: data is not defined
❯ Proxy.create_backend stores/cloud.js:66:7
❯ test/stores/Cloud.nuxt.test.js:43:9
|
test/stores/Geode.test.js > Geode Store > do_ping:
test/stores/Geode.test.js#L44
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/stores/Geode.test.js:44:36
|