File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4444 "license" : " MIT" ,
4545 "dependencies" : {
4646 "@babel/runtime" : " ^7.12.1" ,
47- "@testing-library/dom" : " ^7.26.4 "
47+ "@testing-library/dom" : " ^7.26.6 "
4848 },
4949 "devDependencies" : {
5050 "@testing-library/jest-dom" : " ^5.11.5" ,
Original file line number Diff line number Diff line change 11// TypeScript Version: 3.8
22
3- import { OptionsReceived as PrettyFormatOptions } from 'pretty-format'
4- import { queries , Queries , BoundFunction } from '@testing-library/dom'
3+ import {
4+ queries ,
5+ Queries ,
6+ BoundFunction ,
7+ prettyFormat ,
8+ } from '@testing-library/dom'
59import { act as reactAct } from 'react-dom/test-utils'
610
711export * from '@testing-library/dom'
@@ -15,7 +19,7 @@ export type RenderResult<Q extends Queries = typeof queries> = {
1519 | DocumentFragment
1620 | Array < HTMLElement | DocumentFragment > ,
1721 maxLength ?: number ,
18- options ?: PrettyFormatOptions ,
22+ options ?: prettyFormat . OptionsReceived ,
1923 ) => void
2024 rerender : ( ui : React . ReactElement ) => void
2125 unmount : ( ) => boolean
You can’t perform that action at this time.
0 commit comments