mirror of
https://github.com/status-im/react-native-gifted-charts.git
synced 2025-02-22 16:48:07 +00:00
11 lines
221 B
JavaScript
11 lines
221 B
JavaScript
|
module.exports = {
|
||
|
preset: 'react-native',
|
||
|
testEnvironment: 'node',
|
||
|
transform: {
|
||
|
'^.+\\.ts?$': 'ts-jest',
|
||
|
},
|
||
|
transformIgnorePatterns: [
|
||
|
'<rootDir>/node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)',
|
||
|
],
|
||
|
};
|