mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
Use noTypesAndSymbols for API tests (#57799)
This commit is contained in:
@@ -331,10 +331,6 @@ class CompilerTest {
|
||||
}
|
||||
|
||||
public verifyTypesAndSymbols() {
|
||||
if (this.fileName.includes("APISample")) {
|
||||
return;
|
||||
}
|
||||
|
||||
const noTypesAndSymbols = this.harnessSettings.noTypesAndSymbols &&
|
||||
this.harnessSettings.noTypesAndSymbols.toLowerCase() === "true";
|
||||
if (noTypesAndSymbols) {
|
||||
|
||||
Reference in New Issue
Block a user