File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 16131613 "@types/chai-as-promised" : " 7.1.5" ,
16141614 "@types/copy-webpack-plugin" : " 10.1.0" ,
16151615 "@types/fs-extra" : " 9.0.13" ,
1616- "@types/jest" : " 29.0.0 " ,
1616+ "@types/jest" : " 29.0.3 " ,
16171617 "@types/js-yaml" : " 4.0.5" ,
16181618 "@types/lodash.clonedeep" : " 4.5.7" ,
16191619 "@types/lodash.get" : " 4.4.7" ,
Original file line number Diff line number Diff line change @@ -80,8 +80,10 @@ const mockedSetUserConfigValue = jest.mocked(setUserConfigValue)
8080beforeEach ( ( ) => {
8181 jest . resetAllMocks ( )
8282 mockedExtensions . all = [
83- { id : 'ms-python.python' } as Extension < { id : string } >
84- ]
83+ { id : 'ms-python.python' }
84+ ] as unknown as readonly Extension < unknown > [ ] & {
85+ [ x : number ] : Extension < unknown >
86+ } & { [ x : number ] : jest . MockedObjectDeep < Extension < unknown > > }
8587} )
8688
8789describe ( 'setupWorkspace' , ( ) => {
Original file line number Diff line number Diff line change 5454 "@testing-library/jest-dom" : " 5.16.5" ,
5555 "@testing-library/react" : " 13.4.0" ,
5656 "@types/classnames" : " 2.3.1" ,
57- "@types/jest" : " 29.0.0 " ,
57+ "@types/jest" : " 29.0.3 " ,
5858 "@types/jsdom" : " 20.0.0" ,
5959 "@types/node" : " 16.11.58" ,
6060 "@types/react" : " 18.0.19" ,
Original file line number Diff line number Diff line change 39653965 jest-matcher-utils "^27.0.0"
39663966 pretty-format "^27.0.0"
39673967
3968- 3969- version "29.0.0 "
3970- resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.0 .tgz#bc66835bf6b09d6a47e22c21d7f5b82692e60e72 "
3971- integrity sha512-X6Zjz3WO4cT39Gkl0lZ2baFRaEMqJl5NC1OjElkwtNzAlbkr2K/WJXkBkH5VP0zx4Hgsd2TZYdOEfvp2Dxia+Q ==
3968+ 3969+ version "29.0.3 "
3970+ resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.3 .tgz#b61a5ed100850686b8d3c5e28e3a1926b2001b59 "
3971+ integrity sha512-F6ukyCTwbfsEX5F2YmVYmM5TcTHy1q9P5rWlRbrk56KyMh3v9xRGUO3aa8+SkvMi0SHXtASJv1283enXimC0Og ==
39723972 dependencies:
39733973 expect "^29.0.0"
39743974 pretty-format "^29.0.0"
You can’t perform that action at this time.
0 commit comments