busybar-ui / jest-setup.ts
jest-setup.ts
Raw
import '@testing-library/react-native/extend-expect';

// react-hook form setup for testing
// @ts-ignore
global.window = {};
// @ts-ignore
global.window = global;