Files
Maciej Jastrzebski 96ea646a92 chore: Expo 52 support (#1689)
* chore: Expo 52 preview 3

* chore: update to preview 13

* chore: update expo in examples
2024-11-27 10:07:11 +01:00

7 lines
185 B
TypeScript

import { configure } from '@testing-library/react-native';
// Import built-in Jest matchers
import '@testing-library/react-native/extend-expect';
configure({ concurrentRoot: true });