Files
chat-gpz/test-utils/index.ts
T
Zacharias-Brohn d702390660 initial commit
2026-01-14 06:12:55 +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 };