refactor(group/layout/helpers): remove findChildrenWithProvide reliance #21485
Annotations
3 errors
Run pnpm run test --project unit:
packages/vuetify/src/composables/__tests__/group.spec.ts#L240
AssertionError: expected [ [ 'two' ] ] to deeply equal [ [ 'three' ] ]
- Expected
+ Received
[
[
- "three",
+ "two",
],
]
β― composables/__tests__/group.spec.ts:240:54
|
Run pnpm run test --project unit:
packages/vuetify/src/composables/__tests__/group.spec.ts#L404
AssertionError: expected [ [ 1 ], [ 2 ], [ undefined ], [ 3 ] ] to deeply equal [ [ 1 ], [ 2 ], [ 3 ], [ 4 ] ]
- Expected
+ Received
[
[
1,
],
[
2,
],
[
- 3,
+ undefined,
],
[
- 4,
+ 3,
],
]
β― composables/__tests__/group.spec.ts:404:54
|
Run pnpm run test --project unit
Process completed with exit code 1.
|
Loading