File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/testRunner/unittests/tsserver Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -410,7 +410,7 @@ ${appendDts}`
410
410
describe ( "unittests:: tsserver:: with project references and compile on save with external projects" , ( ) => {
411
411
it ( "compile on save emits same output as project build" , ( ) => {
412
412
const tsbaseJson : File = {
413
- path : `${ projectRoot } /tsbase.json` ,
413
+ path : `${ tscWatch . projectRoot } /tsbase.json` ,
414
414
content : JSON . stringify ( {
415
415
compileOnSave : true ,
416
416
compilerOptions : {
@@ -419,7 +419,7 @@ ${appendDts}`
419
419
}
420
420
} )
421
421
} ;
422
- const buttonClass = `${ projectRoot } /buttonClass` ;
422
+ const buttonClass = `${ tscWatch . projectRoot } /buttonClass` ;
423
423
const buttonConfig : File = {
424
424
path : `${ buttonClass } /tsconfig.json` ,
425
425
content : JSON . stringify ( {
@@ -440,7 +440,7 @@ ${appendDts}`
440
440
}`
441
441
} ;
442
442
443
- const siblingClass = `${ projectRoot } /SiblingClass` ;
443
+ const siblingClass = `${ tscWatch . projectRoot } /SiblingClass` ;
444
444
const siblingConfig : File = {
445
445
path : `${ siblingClass } /tsconfig.json` ,
446
446
content : JSON . stringify ( {
You can’t perform that action at this time.
0 commit comments