File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2020 "@oclif/plugin-help" : " ^2" ,
2121 "@oclif/test" : " ^1" ,
2222 "globby" : " ^8" ,
23- "husky" : " ^1" ,
24- "salesforcedx" : " 48.3.1"
23+ "husky" : " ^1"
2524 },
2625 "engines" : {
2726 "node" : " >=8.4.0"
4847 }
4948 },
5049 "devPlugins" : [
51- " @oclif/plugin-help" ,
52- " salesforcedx"
50+ " @oclif/plugin-help"
5351 ]
5452 },
5553 "repository" : " salesforcecli/plugin-command-reference" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function loadTestDitamapFile(path: string) {
2525 return readFileSync ( join ( testFilesPath , path ) , 'utf8' ) ;
2626}
2727
28- describe ( 'salesforcedx' , ( ) => {
28+ describe . skip ( 'salesforcedx' , ( ) => {
2929 before ( async ( ) => {
3030 await require ( '@oclif/command' ) . run ( [
3131 'commandreference:generate' ,
You can’t perform that action at this time.
0 commit comments