fix: update ci.yml #62
Annotations
4 errors and 1 warning
../components/elements/Button.spec.ts > Button > renders leading icon correctly:
test/components/elements/Button.spec.ts#L20
Error: Snapshot `Button > renders leading icon correctly 1` mismatched
- Expected
+ Received
- "<button type="button" class="focus:outline-none disabled:cursor-not-allowed disabled:opacity-75 flex-shrink-0 font-medium rounded-md text-sm gap-x-1.5 px-2.5 py-1.5 shadow-sm text-white dark:text-gray-900 bg-primary-500 hover:bg-primary-600 disabled:bg-primary-500 dark:bg-primary-400 dark:hover:bg-primary-500 dark:disabled:bg-primary-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-500 dark:focus-visible:outline-primary-400 inline-flex items-center"><span class="heroicons-check flex-shrink-0 h-5 w-5" aria-hidden="true"></span>label
+ "<button type="button" class="focus:outline-none disabled:cursor-not-allowed disabled:opacity-75 flex-shrink-0 font-medium rounded-md text-sm gap-x-1.5 px-2.5 py-1.5 shadow-sm text-white dark:text-gray-900 bg-primary-500 hover:bg-primary-600 disabled:bg-primary-500 dark:bg-primary-400 dark:hover:bg-primary-500 dark:disabled:bg-primary-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-500 dark:focus-visible:outline-primary-400 inline-flex items-center"><span data-v-49d5d054="" class="icon flex-shrink-0 h-5 w-5" style="font-size: 1em; line-height: 1em; width: 1em; height: 1em;" aria-hidden="true">heroicons-check</span>label
<!--v-if-->
</button>"
❯ ../components/elements/Button.spec.ts:20:18
|
../components/elements/Button.spec.ts > Button > renders <MeiButton icon="i-heroicons-pencil-square" size="sm" color="primary" square variant="solid" /> correctly:
test/components/elements/Button.spec.ts#L20
Error: Snapshot `Button > renders <MeiButton icon="i-heroicons-pencil-square" size="sm" color="primary" square variant="solid" /> correctly 1` mismatched
- Expected
+ Received
- "<button type="button" class="focus:outline-none disabled:cursor-not-allowed disabled:opacity-75 flex-shrink-0 font-medium rounded-md text-sm gap-x-1.5 p-1.5 shadow-sm text-white dark:text-gray-900 bg-primary-500 hover:bg-primary-600 disabled:bg-primary-500 dark:bg-primary-400 dark:hover:bg-primary-500 dark:disabled:bg-primary-400 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary-500 dark:focus-visible:outline-primary-400 inline-flex items-center"><span class="i-heroicons-pencil-square flex-shrink-0 h-5 w-5" aria-hidden="true"></span>
- <!--v-if-->
- <!--v-if-->
- </button>"
+ "<meibutton icon="i-heroicons-pencil-square" size="sm" color="primary" square="" variant="solid"></meibutton>"
❯ ../components/elements/Button.spec.ts:20:18
|
../components/layout/Skeleton.spec.ts > Skeleton > renders <MeiSkeleton class="h-12 w-12" :ui="{ rounded: 'rounded-full' }" /> correctly:
test/components/layout/Skeleton.spec.ts#L12
Error: Snapshot `Skeleton > renders <MeiSkeleton class="h-12 w-12" :ui="{ rounded: 'rounded-full' }" /> correctly 1` mismatched
- Expected
+ Received
- "<div class="animate-pulse bg-gray-100 dark:bg-gray-800 rounded-full h-12 w-12"></div>"
+ "<meiskeleton class="h-12 w-12" ui="[object Object]"></meiskeleton>"
❯ ../components/layout/Skeleton.spec.ts:12:18
|
ci (ubuntu-latest, 20)
Process completed with exit code 1.
|
ci (ubuntu-latest, 20)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|