WhatsInYourBag/test-utils/index.ts
2025-09-02 00:38:57 +01:00

6 lines
151 B
TypeScript

import userEvent from '@testing-library/user-event';
export * from '@testing-library/react';
export { render } from './render';
export { userEvent };