Implement Pagination and Socials #138
Annotations
4 errors
Run unit tests:
src/components/IconRounded/WIconRounded.spec.ts#L26
Error: Snapshot `WIconRounded > renders properly 1` mismatched
- Expected
+ Received
@@ -1,7 +1,7 @@
<div
- class="flex items-center justify-center border border-black-950 rounded-full w-full p-md bg-wit-blue-500 hover:bg-wit-blue-300 transition-colors w-min"
+ class="border border-black-950 w-min rounded-full bg-wit-blue-500 icon-container flex justify-center items-center"
>
<wiconrounded>
<svg
id="email"
❯ src/components/IconRounded/WIconRounded.spec.ts:26:29
|
Run unit tests:
src/components/IconText/WIconText.spec.ts#L60
Error: Snapshot `WIconText > renders properly ROUNDED RIGHT 1` mismatched
- Expected
+ Received
@@ -3,11 +3,11 @@
class="flex items-center icon-container w-fit"
href="#"
target="_blank"
>
<div
- class="flex items-center justify-center border border-black-950 rounded-full w-full p-md bg-wit-blue-500 hover:bg-wit-blue-300 transition-colors w-min rounded-icon mr-md"
+ class="border border-black-950 w-min rounded-full bg-wit-blue-500 icon-container flex justify-center items-center rounded-icon mr-md"
>
<svg
fill="none"
❯ src/components/IconText/WIconText.spec.ts:60:29
|
Run unit tests:
src/components/SocialsBar/WSocialsBar.spec.ts#L10
Error: Snapshot `SocialsBar > renders properly 1` mismatched
- Expected
+ Received
@@ -1,8 +1,7 @@
<div
class="opacity-60 hover:opacity-100 grid grid-rows-1 grid-flow-row content-center gap-y-md w-fit justify-items-center"
- style="opacity: 0; transform: translate(0%, 100%) ;"
>
<a
aria-label="https://twitter.com/witnet_io"
class="link"
href="https://twitter.com/witnet_io"
❯ src/components/SocialsBar/WSocialsBar.spec.ts:10:29
|
Run unit tests
Process completed with exit code 1.
|
Loading