Bump next from 12.3.7 to 14.2.32 #8
Annotations
4 errors and 2 warnings
|
coverage
Process completed with exit code 1.
|
|
components/ReusableSections/JoinSection/__tests__/JoinSection.test.tsx > JoinSection > should render:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `JoinSection > should render 1` mismatched
- Expected
+ Received
@@ -44,17 +44,21 @@
</div>
<p>
Are you ready to begin your journey towards a career in tech? Get the support you need by joining our members-only Slack community!
</p>
<a
- className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-secondary border-secondary outline-secondary text-primary focus-visible:text-secondary hover:text-secondary my-4"
+ href="/join"
+ onClick={[Function]}
+ onMouseEnter={[Function]}
+ onTouchStart={[Function]}
+ >
+ <a
+ className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-secondary border-secondary outline-secondary text-primary focus-visible:text-secondary hover:text-secondary my-4"
- href="/join"
+ href="/join"
- onClick={[Function]}
- onMouseEnter={[Function]}
- onTouchStart={[Function]}
- >
- Register Now
+ >
+ Register Now
+ </a>
</a>
<p>
Slack is a community based collaboration tool where all the magic happens!
</p>
<a
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/ReusableSections/JoinSection/__tests__/JoinSection.test.tsx:10:5
|
|
components/Cards/FlatCard/__tests__/FlatCard.test.js > FlatCard > should render with many props assigned:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `FlatCard > should render with many props assigned 1` mismatched
- Expected
+ Received
@@ -27,16 +27,20 @@
</div>
<div
className="text-center absolute left-0 right-0 -bottom-7 [&>button]:hover:bg-white [&>button]:hover:text-secondary [&>button]:focus-visible:text-primary [&>button]:focus-visible:bg-white [&>a]:hover:bg-white [&>a]:hover:text-secondary [&>a]:focus-visible:bg-white [&>a]:focus-visible:text-secondary "
>
<a
- className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-primary border-primary outline-primary text-secondary focus-visible:text-primary hover:text-primary"
+ href="/"
+ onClick={[Function]}
+ onMouseEnter={[Function]}
+ onTouchStart={[Function]}
+ >
+ <a
+ className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-primary border-primary outline-primary text-secondary focus-visible:text-primary hover:text-primary"
- href="/"
+ href="/"
- onClick={[Function]}
- onMouseEnter={[Function]}
+ >
+ Widget Action
- onTouchStart={[Function]}
- >
- Widget Action
+ </a>
</a>
</div>
</div>
</article>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/Cards/FlatCard/__tests__/FlatCard.test.js:23:5
|
|
components/Buttons/LinkButton/__tests__/LinkButton.test.tsx > LinkButton > should render with required props:
test-utils/createSnapshotTest.js#L12
Error: Snapshot `LinkButton > should render with required props 1` mismatched
- Expected
+ Received
<a
- className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-primary border-primary outline-primary text-secondary focus-visible:text-primary hover:text-primary"
+ href="https://tests.com"
+ onClick={[Function]}
+ onMouseEnter={[Function]}
+ onTouchStart={[Function]}
+ >
+ <a
+ className="inline-block font-din-condensed rounded leading-none border-4 border-solid cursor-pointer font-bold text-center uppercase py-4 px-3 text-shadow-[initial] whitespace-nowrap transition-all duration-200 ease-linear min-w-[175px] focus-visible:bg-transparent hover:bg-transparent disabled:opacity-60 disabled:hover:cursor-not-allowed bg-primary border-primary outline-primary text-secondary focus-visible:text-primary hover:text-primary"
- href="https://tests.com"
+ href="https://tests.com"
- onClick={[Function]}
- onMouseEnter={[Function]}
- onTouchStart={[Function]}
- >
- Test
+ >
+ Test
+ </a>
</a>
❯ __vite_ssr_export_default__ test-utils/createSnapshotTest.js:12:16
❯ components/Buttons/LinkButton/__tests__/LinkButton.test.tsx:26:5
|
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|