mirror of
https://github.com/mantinedev/next-app-template.git
synced 2025-11-09 20:12:02 +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 };
|