File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818// ///<reference path='fourslashRunner.ts' />
1919/// <reference path='projectsRunner.ts' />
2020/// <reference path='rwcRunner.ts' />
21- /// <reference path='unittestrunner.ts' />
2221
2322function 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
10194sys . newLine = '\r\n' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments