We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fe9f5 commit 1d5d10aCopy full SHA for 1d5d10a
src/harness/harness.ts
@@ -944,6 +944,8 @@ module Harness {
944
945
var newLine = '\r\n';
946
947
+ // Files from built\local that are requested by test "@includeBuiltFiles" to be in the context.
948
+ // Treat them as library files, so include them in build, but not in baselines.
949
var includeBuiltFiles: { unitName: string; content: string }[] = [];
950
951
var useCaseSensitiveFileNames = ts.sys.useCaseSensitiveFileNames;
0 commit comments