🔐 Fix npm audit vulnerabilities and add MIT license #369
Annotations
6 errors
|
test
Process completed with exit code 1.
|
|
tests/unit/lib/variables-editor.spec.ts > registerVariablesEditorRoutes > GET /@pp-dev/variables-editor > preserves value edits made while a save request is pending:
tests/unit/lib/variables-editor.spec.ts#L567
TypeError: Cannot set properties of null (setting 'value')
❯ tests/unit/lib/variables-editor.spec.ts:567:28
|
|
tests/unit/lib/variables-editor.spec.ts > registerVariablesEditorRoutes > GET /@pp-dev/variables-editor > keeps the newest values response when overlapping loads resolve out of order:
tests/unit/lib/variables-editor.spec.ts#L452
AssertionError: expected undefined to be 'newer' // Object.is equality
- Expected:
"newer"
+ Received:
undefined
❯ tests/unit/lib/variables-editor.spec.ts:452:33
|
|
Unhandled error:
tests/unit/lib/variables-editor.spec.ts#L474
TypeError: detail.scrollTo is not a function
❯ scrollToValueRow tests/unit/lib/variables-editor.spec.ts:474:18
❯ render tests/unit/lib/variables-editor.spec.ts:474:18
This error originated in "tests/unit/lib/variables-editor.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 "preserves value edits made while a save request is pending". 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:
tests/unit/lib/variables-editor.spec.ts#L432
TypeError: detail.scrollTo is not a function
❯ scrollToValueRow tests/unit/lib/variables-editor.spec.ts:432:18
❯ render tests/unit/lib/variables-editor.spec.ts:432:18
This error originated in "tests/unit/lib/variables-editor.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 "keeps the newest values response when overlapping loads resolve out of order". 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:
tests/unit/lib/variables-editor.spec.ts#L432
TypeError: detail.scrollTo is not a function
❯ scrollToValueRow tests/unit/lib/variables-editor.spec.ts:432:18
❯ render tests/unit/lib/variables-editor.spec.ts:432:18
❯ doRefresh tests/unit/lib/variables-editor.spec.ts:432:18
This error originated in "tests/unit/lib/variables-editor.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 "keeps the newest values response when overlapping loads resolve out of order". 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.
|