feat: vue query panel #700
Annotations
4 errors and 1 warning
Unhandled error:
packages/devtools-kit/__tests__/api/api.test.ts#L41
AssertionError: expected [] to deeply equal [ { id: 'layer', …(2) } ]
- Expected
+ Received
- Array [
- Object {
- "color": 9609919,
- "id": "layer",
- "label": "Layer",
- },
- ]
+ Array []
❯ packages/devtools-kit/__tests__/api/api.test.ts:41:52
This error originated in "packages/devtools-kit/__tests__/api/api.test.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 "should work w/ addInspector api". 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:
packages/devtools-kit/__tests__/api/api.test.ts#L41
AssertionError: expected [] to deeply equal [ { id: 'layer', …(2) } ]
- Expected
+ Received
- Array [
- Object {
- "color": 9609919,
- "id": "layer",
- "label": "Layer",
- },
- ]
+ Array []
❯ packages/devtools-kit/__tests__/api/api.test.ts:41:52
This error originated in "packages/devtools-kit/__tests__/api/api.test.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 "should work w/ addInspector api". 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:
packages/devtools-kit/__tests__/api/api.test.ts#L112
AssertionError: expected [ …(2) ] to deeply equal [ …(2) ]
- Expected
+ Received
Array [
Object {
"filter": "",
"id": "vueuse",
+ "nodeActions": Array [],
"nodeId": "",
"treeFilterPlaceholder": "Search",
},
Object {
"filter": "",
"id": "components",
+ "nodeActions": Array [],
"nodeId": "",
"treeFilterPlaceholder": "Search components",
},
]
❯ packages/devtools-kit/__tests__/api/api.test.ts:112:48
This error originated in "packages/devtools-kit/__tests__/api/api.test.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 "should work w/ addInspector api". 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.
|
ci
Process completed with exit code 1.
|
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|