Merge branch 'main' into fix-slots-level #2307
Annotations
3 errors
Run unit tests:
packages/runtime-vapor/__tests__/componentSlots.spec.ts#L382
AssertionError: expected '<div><!--slot--></div><div><!--slot--…' to be '<div>1<!--slot--></div><div>3<!--slot…' // Object.is equality
Expected: "<div>1<!--slot--></div><div>3<!--slot--></div><div>default<!--slot--></div><!--for-->"
Received: "<div><!--slot--></div><div><!--slot--></div><div><!--slot--></div><!--for-->"
❯ packages/runtime-vapor/__tests__/componentSlots.spec.ts:382:20
|
Run unit tests:
packages/runtime-vapor/__tests__/componentSlots.spec.ts#L444
AssertionError: expected '<div><!--slot--></div><div><!--slot--…' to be '<div>1<!--slot--></div><div> static d…' // Object.is equality
Expected: "<div>1<!--slot--></div><div> static default <!--slot--></div><!--for-->"
Received: "<div><!--slot--></div><div><!--slot--></div><!--for-->"
❯ packages/runtime-vapor/__tests__/componentSlots.spec.ts:444:20
|
Run unit tests
Process completed with exit code 1.
|
Loading