mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-10 04:22:01 +10:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
import userEvent from '@testing-library/user-event';
|
|
|
|
export * from '@testing-library/react';
|
|
export { render } from './render';
|
|
export { userEvent };
|