chore(deps): update dependency @types/node to v22.10.5 #3792
build.yml
on: pull_request
Matrix: Lint / Lint
Matrix: Test / Test
Matrix: Build (for Edge)
Matrix: Build (Normal)
Annotations
3 errors and 2 warnings
src/__tests__/components/layouts.test.tsx > Layout > renders footer with correct content:
src/__tests__/components/layouts.test.tsx#L82
AssertionError: expected '© 2012-2025 Mrugesh Mohapatra Co. — A…' to contain '© 2012-2024 Mrugesh Mohapatra Co.'
Expected: "© 2012-2024 Mrugesh Mohapatra Co."
Received: "© 2012-2025 Mrugesh Mohapatra Co. — All rights reserved.Terms•Privacy•Refunds•About & Contact"
❯ src/__tests__/components/layouts.test.tsx:82:32
|
src/__tests__/pages/index.test.tsx > Home > renders a snapshot of the homepage:
src/__tests__/pages/index.test.tsx#L41
Error: Snapshot `Home > renders a snapshot of the homepage 1` mismatched
- Expected
+ Received
@@ -286,11 +286,11 @@
>
<div
class="font-mono text-gray-700 text-sm text-center mx-8 md:mx-auto"
>
<p>
- © 2012-2024 Mrugesh Mohapatra Co. — All rights reserved.
+ © 2012-2025 Mrugesh Mohapatra Co. — All rights reserved.
</p>
<p
class="mt-2"
>
<a
❯ src/__tests__/pages/index.test.tsx:41:26
|
Test / Test (22.x)
Process completed with exit code 1.
|
Test / Test (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint / Lint (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|