--- trunk/tests/framework/polyfills/Promise.test.ts 2024/07/29 17:59:26 575 +++ 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; } }