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

Commit 667df3c

Browse files
committed
♻️ (jest.config.js) sort lines
1 parent 097cf40 commit 667df3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
2-
preset: 'react-native',
3-
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
42
moduleDirectories: ['node_modules', 'example/node_modules'],
3+
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
4+
modulePathIgnorePatterns: ['<rootDir>/example/node_modules/react-native/'],
5+
preset: 'react-native',
56
rootDir: '..',
67
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/src/'],
7-
modulePathIgnorePatterns: ['<rootDir>/example/node_modules/react-native/'],
88
};

0 commit comments

Comments
 (0)