File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
"tslint.enable" : false ,
14
14
"eslint.enable" : true ,
15
15
"editor.codeActionsOnSave" : {
16
- "source.fixAll.eslint" : true
16
+ "source.fixAll.eslint" : " explicit "
17
17
},
18
18
"cSpell.words" : [
19
19
" unmock"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ You can see the full [features](#features) and learn more details in the [How-To
26
26
Happy testing!
27
27
28
28
## Releases
29
- - ** Next** ([ v6.1.0 ] ( https://github.com/jest-community/vscode-jest/releases/tag/v6.1.0 -next ) ): [ release note] ( release-notes/release-note-v6.md#v610-pre-release )
29
+ - ** Next** ([ v6.1.1 ] ( https://github.com/jest-community/vscode-jest/releases/tag/v6.1.1 -next ) ): [ release note] ( release-notes/release-note-v6.md#v610-pre-release )
30
30
- ** Current** ([ v5.2.3] ( https://github.com/jest-community/vscode-jest/releases/tag/v5.2.3 ) ): [ release note] ( release-notes/release-note-v5.x.md#v523 )
31
31
- ** Previous** ([ v5.1.0] ( https://github.com/jest-community/vscode-jest/releases/tag/v5.1.0 ) ): [ release note] ( release-notes/release-note-v5.x.md#v510 )
32
32
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-jest" ,
3
3
"displayName" : " Jest" ,
4
4
"description" : " Use Facebook's Jest With Pleasure." ,
5
- "version" : " 6.1.0 " ,
5
+ "version" : " 6.1.1 " ,
6
6
"publisher" : " Orta" ,
7
7
"engines" : {
8
8
"vscode" : " ^1.68.1"
You can’t perform that action at this time.
0 commit comments