Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit e002810

Browse files
committed
👷 (jest.config.json) fix example jest config
1 parent 6bba5fd commit e002810

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

example/jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ module.exports = {
55
preset: 'react-native',
66
rootDir: '..',
77
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/src/'],
8+
moduleNameMapper: {
9+
'^react-gondola$': '<rootDir>/src/',
10+
},
811
};

0 commit comments

Comments
 (0)