Update/populateinstruments #74
Annotations
3 errors and 1 warning
Unhandled error:
src/utils/populateInstrumentsUtils.js#L11
TypeError: Cannot convert undefined or null to object
❯ Module.getFilterList src/utils/populateInstrumentsUtils.js:11:10
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ src/components/Scheduling/SchedulingSettings.vue:124:22
This error originated in "src/tests/integration/components/schedulingSettings.test.js" 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 "fetches RA and Dec based on the target name and updates state correctly". 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.
|
Unhandled error:
src/utils/populateInstrumentsUtils.js#L11
TypeError: Cannot convert undefined or null to object
❯ Module.getFilterList src/utils/populateInstrumentsUtils.js:11:10
❯ src/components/Scheduling/SchedulingSettings.vue:124:22
This error originated in "src/tests/integration/components/schedulingSettings.test.js" 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 "displays an error if target name is invalid". 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.
|
test
Process completed with exit code 1.
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|