Skip to content

Commit 7806094

Browse files
author
Yui T
committed
Address code review
1 parent ba77284 commit 7806094

2 files changed

Lines changed: 0 additions & 80 deletions

File tree

src/harness/runner.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
// ///<reference path='fourslashRunner.ts' />
1919
/// <reference path='projectsRunner.ts' />
2020
/// <reference path='rwcRunner.ts' />
21-
/// <reference path='unittestrunner.ts' />
2221

2322
function runTests(runners: RunnerBase[]) {
2423
if (reverse) {
@@ -67,9 +66,6 @@ if (testConfigFile !== '') {
6766
case 'fourslash-generated':
6867
runners.push(new GeneratedFourslashRunner());
6968
break;
70-
case 'unittests':
71-
runners.push(new UnitTestRunner());
72-
break;
7369
case 'rwc':
7470
runners.push(new RWCRunner());
7571
break;
@@ -93,9 +89,6 @@ if (runners.length === 0) {
9389
// language services
9490
runners.push(new FourslashRunner());
9591
//runners.push(new GeneratedFourslashRunner());
96-
97-
// unittests
98-
runners.push(new UnitTestRunner());
9992
}
10093

10194
sys.newLine = '\r\n';

src/harness/unittestrunner.ts

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

0 commit comments

Comments
 (0)