We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb589a commit dfb9875Copy full SHA for dfb9875
1 file changed
src/index.ts
@@ -63,5 +63,4 @@ declare module 'bun:test' {
63
}
64
65
export * from '@testing-library/react'
66
-export * from '@testing-library/user-event'
67
+export { default as userEvent } from '@testing-library/user-event'
0 commit comments