Files
LensApp/jest.config.js
Rakshit Kumar Singh fd0e5daf20 filter at pdf generation and review screen (#11)
* filter at pdf generation

* full filter support via external package

* added to jest ignore

* fix intry

* fix filter size

* brightness weirdness fix

* fix preview screen colors
2026-04-23 03:00:12 +05:30

12 lines
469 B
JavaScript

module.exports = {
preset: 'react-native',
testMatch: [
'**/__tests__/**/*.test.{ts,tsx}',
'**/?(*.)+(spec|test).{ts,tsx}',
],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
transformIgnorePatterns: [
'node_modules/(?!(react-native|@react-native|react-native-document-scanner-plugin|react-native-fs|react-native-html-to-pdf|react-native-share|react-native-color-matrix-image-filters|rn-color-matrices|concat-color-matrices)/)',
],
};