|
@@ -164,12 +164,6 @@ module.exports = {
|
164
|
164
|
// timers: "real",
|
165
|
165
|
|
166
|
166
|
// A map from regular expressions to paths to transformers
|
167
|
|
- transform: {
|
168
|
|
- '^.+\\.ts(x)?$': 'ts-jest',
|
169
|
|
- '^.+\\.js$': 'babel-jest',
|
170
|
|
- '^.+\\.(bmp|gif|jpg|jpeg|mp4|png|psd|svg|webp)$':
|
171
|
|
- '<rootDir>/node_modules/react-native/jest/assetFileTransformer.js',
|
172
|
|
- },
|
173
|
167
|
|
174
|
168
|
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
|
175
|
169
|
// transformIgnorePatterns: [
|