File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Task("Test")
92
92
var workDir = "./src/GitVersionVsixTask" ;
93
93
var npmSettings = new NpmRunScriptSettings { WorkingDirectory = workDir , LogLevel = NpmLogLevel . Silent , ScriptName = "test" } ;
94
94
var vsixResultsPath = MakeAbsolute ( testResultsPath . CombineWithFilePath ( "vsix.results.xml" ) ) ;
95
- // npmSettings.Arguments.Add($"--reporter-options mochaFile={vsixResultsPath}");
95
+ // npmSettings.Arguments.Add($"--reporter mocha-xunit-reporter --reporter -options mochaFile={vsixResultsPath}");
96
96
NpmRunScript ( npmSettings ) ;
97
97
} )
98
98
. ReportError ( exception =>
Original file line number Diff line number Diff line change 6
6
"main" : " index.js" ,
7
7
"scripts" : {
8
8
"build" : " tsc && tsc --p tests/tsconfig.json && copy-node-modules . GitVersionTask" ,
9
- "test" : " mocha tests/test-suite.js --reporter mocha-xunit-reporter " ,
9
+ "test" : " mocha tests/test-suite.js" ,
10
10
"package" : " tfx extension create --manifest-globs vss-extension.json"
11
11
},
12
12
"author" : " " ,
24
24
"tfx-cli" : " 0.6.3" ,
25
25
"typescript" : " ^3.5.3"
26
26
}
27
- }
27
+ }
You can’t perform that action at this time.
0 commit comments