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 1f8afda commit 831420aCopy full SHA for 831420a
packages/@react-facet/dom-fiber-testing-library/src/renderer.ts
@@ -238,4 +238,7 @@ const environment = setup()
238
export const act = environment.act
239
export const render = environment.render
240
export const cleanup = environment.cleanup
241
+// eslint-disable-next-line import/export
242
export * from '@testing-library/dom'
243
244
+export const fireEvent = environment.fireEvent
0 commit comments