--- trunk/tests/framework/polyfills/Promise.test.ts 2024/09/10 15:53:22 631 +++ trunk/tests/framework/polyfills/Promise.test.ts 2024/10/10 17:53:11 632 @@ -3,6 +3,7 @@ declare global { interface PromiseConstructor { + // @ts-ignore withResolvers?(): PromiseWithResolversReturn; } }