mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { resetToDefaults } from './src/pure';
|
|
|
|
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
|
|
|
|
beforeEach(() => {
|
|
resetToDefaults();
|
|
});
|