You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/harness/projectsRunner.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -459,15 +459,15 @@ class ProjectRunner extends RunnerBase {
459
459
});
460
460
461
461
it("Resolution information of ("+moduleNameToString(moduleKind)+"): "+testCaseFileName,()=>{
462
-
Harness.Baseline.runBaseline("Resolution information of ("+moduleNameToString(compilerResult.moduleKind)+"): "+testCaseFileName,getBaselineFolder(compilerResult.moduleKind)+testCaseJustName+".json",()=>{
it("Errors for ("+moduleNameToString(moduleKind)+"): "+testCaseFileName,()=>{
469
469
if(compilerResult.errors.length){
470
-
Harness.Baseline.runBaseline("Errors for ("+moduleNameToString(compilerResult.moduleKind)+"): "+testCaseFileName,getBaselineFolder(compilerResult.moduleKind)+testCaseJustName+".errors.txt",()=>{
@@ -481,7 +481,7 @@ class ProjectRunner extends RunnerBase {
481
481
// There may be multiple files with different baselines. Run all and report at the end, else
482
482
// it stops copying the remaining emitted files from 'local/projectOutput' to 'local/project'.
483
483
try{
484
-
Harness.Baseline.runBaseline("Baseline of emitted result ("+moduleNameToString(compilerResult.moduleKind)+"): "+testCaseFileName,getBaselineFolder(compilerResult.moduleKind)+outputFile.fileName,()=>{
@@ -503,7 +503,7 @@ class ProjectRunner extends RunnerBase {
503
503
504
504
it("SourceMapRecord for ("+moduleNameToString(moduleKind)+"): "+testCaseFileName,()=>{
505
505
if(compilerResult.sourceMapData){
506
-
Harness.Baseline.runBaseline("SourceMapRecord for ("+moduleNameToString(compilerResult.moduleKind)+"): "+testCaseFileName,getBaselineFolder(compilerResult.moduleKind)+testCaseJustName+".sourcemap.txt",()=>{
Harness.Baseline.runBaseline("Errors in generated Dts files for ("+moduleNameToString(compilerResult.moduleKind)+"): "+testCaseFileName,getBaselineFolder(compilerResult.moduleKind)+testCaseJustName+".dts.errors.txt",()=>{
0 commit comments