1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-30 08:26:59 +02:00
joplin/packages/app-mobile/jest.config.js
2022-09-30 11:46:26 +01:00

20 lines
271 B
JavaScript

module.exports = {
preset: 'react-native',
'moduleFileExtensions': [
'ts',
'tsx',
'js',
],
'transform': {
'\\.(ts|tsx)$': 'ts-jest',
},
testMatch: ['**/*.test.(ts|tsx)'],
testPathIgnorePatterns: ['<rootDir>/node_modules/'],
slowTestThreshold: 40,
};