We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d98ea4 commit 50312b5Copy full SHA for 50312b5
2 files changed
README.md
@@ -41,7 +41,7 @@ test('HTML element snapshot', () => {
41
42
### Re-exported @testing-library/react
43
44
-All functions from `@testing-library/react` are re-exported, so you can import directly from `bun-test-env-dom`:
+All functions from `@testing-library/react` and `@testing-library/user-event` are re-exported, so you can import directly from `bun-test-env-dom`:
45
46
```tsx
47
import { render, screen, fireEvent } from 'bun-test-env-dom'
src/index.ts
@@ -43,3 +43,4 @@ declare module 'bun:test' {
}
export * from '@testing-library/react'
+export * from '@testing-library/user-event'
0 commit comments