We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3666052 commit ef7450bCopy full SHA for ef7450b
packages/@react-facet/dom-fiber-testing-library/src/renderer.ts
@@ -240,4 +240,7 @@ const environment = setup()
240
export const act = environment.act
241
export const render = environment.render
242
export const cleanup = environment.cleanup
243
+// eslint-disable-next-line import/export
244
export * from '@testing-library/dom'
245
246
+export const fireEvent = environment.fireEvent
0 commit comments