We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840de9b commit e83a7e0Copy full SHA for e83a7e0
packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts
@@ -37,6 +37,7 @@ const buildProject = ({ format = 'es' as ModuleFormat } = {}) =>
37
}) as Promise<RollupOutput>
38
39
describe('load', () => {
40
+ // NOTE: due to https://github.com/rolldown/rolldown/issues/2828
41
it.skip('loads modulepreload polyfill', async ({ expect }) => {
42
const { output } = await buildProject()
43
expect(output).toHaveLength(1)
0 commit comments