File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 74
74
"jest-in-case" : " ^1.0.2" ,
75
75
"jest-snapshot-serializer-ansi" : " ^1.0.0" ,
76
76
"jest-watch-select-projects" : " ^2.0.0" ,
77
- "jsdom" : " ^16.4 .0" ,
78
- "kcd-scripts" : " ^11.0 .0" ,
77
+ "jsdom" : " 19.0 .0" ,
78
+ "kcd-scripts" : " ^12.3 .0" ,
79
79
"typescript" : " ^4.1.2"
80
80
},
81
81
"eslintConfig" : {
Original file line number Diff line number Diff line change @@ -564,11 +564,11 @@ describe('configuration', () => {
564
564
queryByRole ( 'button' , { name : 'Hello, Dave!' } )
565
565
566
566
expect ( console . error ) . toHaveBeenCalledTimes ( 2 )
567
- expect ( console . error . mock . calls [ 0 ] [ 0 ] ) . toMatch (
568
- 'Error: Not implemented: window.computedStyle(elt, pseudoElt)' ,
567
+ expect ( console . error . mock . calls [ 0 ] [ 0 ] . message ) . toMatch (
568
+ 'Not implemented: window.computedStyle(elt, pseudoElt)' ,
569
569
)
570
- expect ( console . error . mock . calls [ 1 ] [ 0 ] ) . toMatch (
571
- 'Error: Not implemented: window.computedStyle(elt, pseudoElt)' ,
570
+ expect ( console . error . mock . calls [ 1 ] [ 0 ] . message ) . toMatch (
571
+ 'Not implemented: window.computedStyle(elt, pseudoElt)' ,
572
572
)
573
573
} finally {
574
574
jest . restoreAllMocks ( )
You can’t perform that action at this time.
0 commit comments