Răsfoiți Sursa

test: cover audited calls and selector guards

Colby Mchenry 1 săptămână în urmă
părinte
comite
bdc214841a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      __tests__/ts-this-field-call.test.ts

+ 1 - 1
__tests__/ts-this-field-call.test.ts

@@ -37,7 +37,7 @@ beforeAll(async () => {
       '}\n'
   );
   // Plain JS: the field's type is only known from its `new` initializer.
-  // (resolveMethodOnType matches within one language, so the JS wrapper gets a JS Mailer.)
+  // Its sibling-extension cases are covered by release-main-regressions.test.ts.
   w('legacy-mailer.js', 'class LegacyMailer {\n  send(msg) { return msg; }\n}\nmodule.exports = { LegacyMailer };\n');
   w(
     'legacy.js',