File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,14 +131,11 @@ describe("Format", () => {
131131 const a = yield * provideTmpdirInstance ( ( ) => Format . Service . use ( ( fmt ) => fmt . status ( ) ) , {
132132 config : { formatter : false } ,
133133 } )
134- const b = yield * provideTmpdirInstance (
135- ( ) => Format . Service . use ( ( fmt ) => fmt . status ( ) ) ,
136- {
137- config : {
138- formatter : true ,
139- } ,
134+ const b = yield * provideTmpdirInstance ( ( ) => Format . Service . use ( ( fmt ) => fmt . status ( ) ) , {
135+ config : {
136+ formatter : true ,
140137 } ,
141- )
138+ } )
142139
143140 expect ( a ) . toEqual ( [ ] )
144141 expect ( b . find ( ( item ) => item . name === "gofmt" ) ) . toBeDefined ( )
Original file line number Diff line number Diff line change 1171711717 "formatter" : {
1171811718 "anyOf" : [
1171911719 {
11720- "type" : " boolean" ,
11721- "const" : false
11720+ "type" : " boolean"
1172211721 },
1172311722 {
1172411723 "type" : " object" ,
1176011759 "lsp" : {
1176111760 "anyOf" : [
1176211761 {
11763- "type" : " boolean" ,
11764- "const" : false
11762+ "type" : " boolean"
1176511763 },
1176611764 {
1176711765 "type" : " object" ,
You can’t perform that action at this time.
0 commit comments