Skip to content

Commit 3b88381

Browse files
Merge pull request #5160 from OneCommunityGlobal/development
Frontend Release to Main [4.85]
2 parents 8801bec + bc91e86 commit 3b88381

166 files changed

Lines changed: 37664 additions & 5695 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ module.exports = {
2020
'react-leaflet': '<rootDir>/src/_tests_/__mocks__/react-leaflet.js',
2121
'marker-cluster-group': '<rootDir>/src/_tests_/__mocks__/react-leaflet-cluster.js',
2222
'\\.(css|less|scss|sass)$': 'identity-obj-proxy', // <-- Added to mock CSS/SCSS files
23+
// Fix for Node.js built-in modules in Node 20
24+
'^node:(.*)$': '$1',
2325
},
2426

2527
// The paths to modules that run some code to configure or set up the testing environment before each test

0 commit comments

Comments
 (0)