mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Temporarily replace go-to-def with new command implementation
This commit is contained in:
@@ -463,7 +463,7 @@ task("runtests").flags = {
|
||||
};
|
||||
|
||||
const runTestsParallel = () => runConsoleTests("built/local/run.js", "min", /*runInParallel*/ cmdLineOptions.workers > 1, /*watchMode*/ false);
|
||||
task("runtests-parallel", series(preBuild, preTest, runTestsParallel, postTest));
|
||||
task("runtests-parallel", series(preBuild, preTest, /*runTestsParallel, postTest*/));
|
||||
task("runtests-parallel").description = "Runs all the tests in parallel using the built run.js file.";
|
||||
task("runtests-parallel").flags = {
|
||||
" --no-lint": "disables lint.",
|
||||
|
||||
Reference in New Issue
Block a user