soya/jest.config.js

4 lines
132 B
JavaScript

module.exports = {
preset: 'react-native',
// setupFiles: ['./node_modules/@testing-library/jest-native/extend-expect'],
};