feat: parser refactor and updates #1588
Annotations
4 errors and 1 warning
domains/grid/components/__tests__/GridFloatingMenu.spec.ts > GridFloatingMenu > should render when user is connected:
domains/grid/components/__tests__/GridFloatingMenu.spec.ts#L35
Error: Snapshot `GridFloatingMenu > should render when user is connected 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
"<div id="test-wrapper">
- <div class="shadow-neutral-shadow-round fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-4 size-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;">
+ <div class="fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 shadow-neutral-shadow-round duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-4 size-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;">
<!--v-if-->
<!-- Edit mode toggle -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Enable edit mode" placement="left" offset="15" show-delay="1000">
<lukso-icon name="edit" color="purple-41"></lukso-icon>
</lukso-tooltip>
❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:35:30
|
domains/grid/components/__tests__/GridFloatingMenu.spec.ts > GridFloatingMenu > should render when edit mode is enabled:
domains/grid/components/__tests__/GridFloatingMenu.spec.ts#L50
Error: Snapshot `GridFloatingMenu > should render when edit mode is enabled 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
"<div id="test-wrapper">
- <div class="shadow-neutral-shadow-round fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-[calc(50%-160px)] h-[64px] w-[320px] sm:h-[320px] sm:w-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;">
+ <div class="fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 shadow-neutral-shadow-round duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-[calc(50%-160px)] h-[64px] w-[320px] sm:h-[320px] sm:w-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;">
<div class="flex animate-fade-in gap-6 sm:flex-col">
<!-- Add widget -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add widget" placement="left" offset="15" show-delay="1000">
<lukso-icon name="plus" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Add grid -->
❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:50:30
|
domains/grid/components/__tests__/GridFloatingMenu.spec.ts > GridFloatingMenu > should render when has unsaved changes:
domains/grid/components/__tests__/GridFloatingMenu.spec.ts#L65
Error: Snapshot `GridFloatingMenu > should render when has unsaved changes 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
"<div id="test-wrapper">
- <div class="shadow-neutral-shadow-round fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-[calc(50%-160px)] h-[64px] w-[320px] sm:h-[320px] sm:w-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;">
+ <div class="fixed z-50 flex animate-fade-in gap-6 overflow-hidden rounded-full bg-neutral-100 p-3 shadow-neutral-shadow-round duration-300 ease-in-out sm:bottom-10 sm:right-10 sm:flex-col sm:transition lg:right-[calc(50%-540px)] right-[calc(50%-160px)] h-[64px] w-[320px] sm:h-[320px] sm:w-[64px]" style="bottom: 40px; transition: all 0.3s ease-in-out;">
<div class="flex animate-fade-in gap-6 sm:flex-col">
<!-- Add widget -->
<lukso-tooltip class="flex size-10 items-center justify-center rounded-full transition-all duration-300 bg-neutral-97 cursor-pointer hover:scale-105 hover:bg-neutral-95" text="Add widget" placement="left" offset="15" show-delay="1000">
<lukso-icon name="plus" color="purple-41"></lukso-icon>
</lukso-tooltip><!-- Add grid -->
❯ domains/grid/components/__tests__/GridFloatingMenu.spec.ts:65:30
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|