From ed4f448990c2c0d8ae85213970762ebfb6850a1f Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:43:24 +0900 Subject: [PATCH] chore: add comment --- .../plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts b/packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts index 65d9f06f36771a..cc02db88f890b9 100644 --- a/packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts +++ b/packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts @@ -37,6 +37,7 @@ const buildProject = ({ format = 'es' as ModuleFormat } = {}) => }) as Promise describe('load', () => { + // NOTE: due to https://github.com/rolldown/rolldown/issues/2828 it.skip('loads modulepreload polyfill', async ({ expect }) => { const { output } = await buildProject() expect(output).toHaveLength(1)