File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
" unittests/semver.ts" ,
62
62
" unittests/shimMap.ts" ,
63
63
" unittests/transform.ts" ,
64
- " unittests/tsbuildWatchMode.ts" ,
65
64
" unittests/config/commandLineParsing.ts" ,
66
65
" unittests/config/configurationExtension.ts" ,
67
66
" unittests/config/convertCompilerOptionsFromJson.ts" ,
103
102
" unittests/tsbuild/resolveJsonModule.ts" ,
104
103
" unittests/tsbuild/sample.ts" ,
105
104
" unittests/tsbuild/transitiveReferences.ts" ,
105
+ " unittests/tsbuild/watchMode.ts" ,
106
106
" unittests/tscWatch/consoleClearing.ts" ,
107
107
" unittests/tscWatch/emit.ts" ,
108
108
" unittests/tscWatch/emitAndErrorUpdates.ts" ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ namespace ts.tscWatch {
33
33
return [ f , host . getModifiedTime ( f ) , host . writtenFiles . has ( host . toFullPath ( f ) ) ] as OutputFileStamp ;
34
34
}
35
35
36
- describe ( "unittests:: tsbuild-watch program updates" , ( ) => {
36
+ describe ( "unittests:: tsbuild:: watchMode:: program updates" , ( ) => {
37
37
const project = "sample1" ;
38
38
const enum SubProject {
39
39
core = "core" ,
You can’t perform that action at this time.
0 commit comments