Emmanuel Flores

Results 1 comments of Emmanuel Flores

I had same issue. All my config files were ok. I fixed it importing: `import '@testing-library/jest-native/';` on every test. Example: ``` import React from 'react'; import { render, screen }...