skolplattformen-backup/apps/skolplattformen-sthlm/jest.config.js

16 lines
483 B
JavaScript
Raw Normal View History

module.exports = {
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
],
preset: 'react-native',
setupFilesAfterEnv: [
'<rootDir>/setupTests.js',
'@testing-library/jest-native/extend-expect',
],
testPathIgnorePatterns: ['__tests__/Classmates.test.js'],
transformIgnorePatterns: [
'node_modules/(?!(jest-)?@react-native|react-native|@react-native-community|react-navigation|@react-navigation/.*|@ui-kitten/.*)',
],
}