webapp: fix creation form #2450
Annotations
3 errors and 1 warning
Run npm --workspace=webapp run test:unit:
discojs/dist/training/trainer.js#L15
Error: trainer's model has not been set
❯ Trainer.get model [as model] ../discojs/dist/training/trainer.js:15:19
❯ Proxy.startTraining src/components/training/Trainer.vue:272:33
This error originated in "src/components/training/__tests__/Trainer.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 "increases accuracy when training alone". 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.
|
Run npm --workspace=webapp run test:unit:
webapp/src/components/testing/__tests__/Testing.spec.ts#L87
AssertionError: expected 'previous' to equal 'download'
Expected: "download"
Received: "previous"
❯ src/components/testing/__tests__/Testing.spec.ts:87:43
|
Run npm --workspace=webapp run test:unit
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading