File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 46
46
"jest-in-case" : " ^1.0.2" ,
47
47
"jest-serializer-ansi" : " ^1.0.3" ,
48
48
"jest-watch-select-projects" : " ^2.0.0" ,
49
- "jsdom" : " ^16.2.2" ,
50
- "kcd-scripts" : " ^5.11.1"
49
+ "kcd-scripts" : " ^6.0.0"
51
50
},
52
51
"eslintConfig" : {
53
52
"extends" : " ./node_modules/kcd-scripts/eslint.js" ,
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ test.each([
176
176
[ '<div style="visibility: visible" />' , false ] ,
177
177
[ '<div hidden />' , true ] ,
178
178
[ '<div style="display: none;"/>' , true ] ,
179
- [ '<div style="visibility: hidden;"/>' , false ] , // bug in jsdom < 15.2
179
+ [ '<div style="visibility: hidden;"/>' , true ] ,
180
180
[ '<div aria-hidden="true" />' , true ] ,
181
181
] ) ( 'shouldExcludeFromA11yTree for %s returns %p' , ( html , expected ) => {
182
182
const { container} = render ( html )
You can’t perform that action at this time.
0 commit comments