bot-with-admin-starter/front/test-utils/index.ts

6 lines
151 B
TypeScript
Raw Normal View History

2026-02-14 19:33:09 +03:00
import userEvent from '@testing-library/user-event';
export * from '@testing-library/react';
export { render } from './render';
export { userEvent };