Update jest.config.js

This commit is contained in:
Marcos Rodriguez Velez 2024-08-08 08:12:04 -04:00
parent cc38adaea3
commit e45533bea9

View File

@ -1,4 +1,6 @@
module.exports = {
testEnvironment: '<rootDir>/tests/custom-environment.js',
reporters: ['default', ['<rootDir>/tests/custom-reporter.js', {}]],
preset: 'react-native',
transform: {
'^.+\\.(ts|tsx)$': 'ts-jest',