Use noTypesAndSymbols for API tests (#57799)

This commit is contained in:
Jake Bailey
2024-03-15 18:39:45 -07:00
committed by GitHub
parent 0a671aa393
commit 756c0c3aa2
13 changed files with 10 additions and 41 deletions

View File

@@ -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) {