File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 43
43
" typings"
44
44
],
45
45
"dependencies" : {
46
- "@babel/runtime" : " ^7.4 .5" ,
46
+ "@babel/runtime" : " ^7.5 .5" ,
47
47
"@sheerun/mutationobserver-shim" : " ^0.3.2" ,
48
48
"aria-query" : " 3.0.0" ,
49
49
"pretty-format" : " ^24.8.0" ,
50
50
"wait-for-expect" : " ^1.2.0"
51
51
},
52
52
"devDependencies" : {
53
53
"@testing-library/jest-dom" : " ^4.0.0" ,
54
- "dtslint" : " ^0.8 .0" ,
54
+ "dtslint" : " ^0.9 .0" ,
55
55
"jest-in-case" : " ^1.0.2" ,
56
56
"jest-serializer-ansi" : " ^1.0.3" ,
57
57
"jest-watch-select-projects" : " ^0.1.1" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ const {
31
31
32
32
test ( 'waitForElementToBeRemoved: times out after 4500ms by default' , ( ) => {
33
33
const { container} = render ( `<div></div>` )
34
+ // there's a bug with this rule here...
35
+ // eslint-disable-next-line jest/valid-expect
34
36
const promise = expect (
35
37
waitForElementToBeRemoved ( ( ) => container ) ,
36
38
) . rejects . toThrowErrorMatchingInlineSnapshot (
You can’t perform that action at this time.
0 commit comments