Skip to content

Commit 1dab563

Browse files
committed
Fix tests
1 parent 50a499d commit 1dab563

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const customJestConfig = {
2323
// Handle module aliases (this will be automatically configured for you soon)
2424
'^@/(.*)$': '<rootDir>/src/$1',
2525
'^test-utils$': '<rootDir>/scripts/test-utils',
26+
'lodash-es': 'lodash',
2627
},
2728
// if using TypeScript with a baseUrl set to the root directory then you need the below for alias' to work
2829
moduleDirectories: ['node_modules', '<rootDir>/'],

src/components/shared/footers/MainFooter/__snapshots__/MainFooter.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ exports[`MainFooter should matches snapshot 1`] = `
711711
<p
712712
class="chakra-text emotion-33"
713713
>
714-
© 2024 Infinum Inc.
714+
© 2025 Infinum Inc.
715715
</p>
716716
<div
717717
class="chakra-button__group emotion-34"

src/components/shared/layouts/MainLayout/__snapshots__/MainLayout.test.tsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ exports[`MainLayout should matches snapshot 1`] = `
10891089
<p
10901090
class="chakra-text emotion-33"
10911091
>
1092-
© 2024 Infinum Inc.
1092+
© 2025 Infinum Inc.
10931093
</p>
10941094
<div
10951095
class="chakra-button__group emotion-34"

0 commit comments

Comments
 (0)