We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7219b2 commit bf3cea7Copy full SHA for bf3cea7
src/testRunner/runner.ts
@@ -138,7 +138,6 @@ function handleTestConfig() {
138
case "compiler":
139
runners.push(new CompilerBaselineRunner(CompilerTestType.Conformance));
140
runners.push(new CompilerBaselineRunner(CompilerTestType.Regressions));
141
- runners.push(new project.ProjectRunner());
142
break;
143
case "conformance":
144
0 commit comments