module.exports = { testMatch: [ '**/*.test.js', ], testPathIgnorePatterns: [ '/node_modules/', '/rnInjectedJs/', '/vendor/', ], testEnvironment: 'node', };