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: Jakefile.js
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,8 @@ var harnessSources = harnessCoreSources.concat([
143
143
"convertToBase64.ts",
144
144
"transpile.ts",
145
145
"reuseProgramStructure.ts",
146
-
"cachingInServerLSHost.ts"
146
+
"cachingInServerLSHost.ts",
147
+
"moduleResolution.ts"
147
148
].map(function(f){
148
149
returnpath.join(unittestsDirectory,f);
149
150
})).concat([
@@ -587,9 +588,10 @@ function deleteTemporaryProjectOutput() {
587
588
}
588
589
589
590
vartestTimeout=20000;
590
-
desc("Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.");
591
+
desc("Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]', debug=true.");
0 commit comments