mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
96ea646a92
* chore: Expo 52 preview 3 * chore: update to preview 13 * chore: update expo in examples
7 lines
185 B
TypeScript
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 });
|