Skip to content

Commit 00abefb

Browse files
author
Andy
authored
Merge pull request #14771 from Microsoft/rm_old_tests
Remove unused test files
2 parents d7c630f + 1b2cd3e commit 00abefb

File tree

68 files changed

+2
-2795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+2
-2795
lines changed

Gulpfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ gulp.task("lint", "Runs tslint on the compiler sources. Optional arguments are:
10241024
const fileMatcher = cmdLineOptions["files"];
10251025
const files = fileMatcher
10261026
? `src/**/${fileMatcher}`
1027-
: "Gulpfile.ts 'src/**/*.ts' --exclude src/lib/es5.d.ts --exclude 'src/lib/*.generated.d.ts' --exclude 'src/harness/unittests/services/**/*.ts'";
1027+
: "Gulpfile.ts 'src/**/*.ts' --exclude src/lib/es5.d.ts --exclude 'src/lib/*.generated.d.ts'";
10281028
const cmd = `node node_modules/tslint/bin/tslint ${files} --format stylish`;
10291029
console.log("Linting: " + cmd);
10301030
child_process.execSync(cmd, { stdio: [0, 1, 2] });

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ task("lint", ["build-rules"], () => {
11821182
const fileMatcher = process.env.f || process.env.file || process.env.files;
11831183
const files = fileMatcher
11841184
? `src/**/${fileMatcher}`
1185-
: "Gulpfile.ts 'src/**/*.ts' --exclude src/lib/es5.d.ts --exclude 'src/lib/*.generated.d.ts' --exclude 'src/harness/unittests/services/**/*.ts'";
1185+
: "Gulpfile.ts 'src/**/*.ts' --exclude src/lib/es5.d.ts --exclude 'src/lib/*.generated.d.ts'";
11861186
const cmd = `node node_modules/tslint/bin/tslint ${files} --format stylish`;
11871187
console.log("Linting: " + cmd);
11881188
jake.exec([cmd], { interactive: true }, () => {

src/harness/unittests/services/formatting/documentFormattingTests.json

Lines changed: 0 additions & 80 deletions
This file was deleted.

src/harness/unittests/services/formatting/formatDiffTemplate.html

Lines changed: 0 additions & 66 deletions
This file was deleted.

src/harness/unittests/services/formatting/getFormattingEditsForRange.ts

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)