Skip to content

Commit e83a7e0

Browse files
committed
chore: add comment
1 parent 840de9b commit e83a7e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/modulePreloadPolyfill.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const buildProject = ({ format = 'es' as ModuleFormat } = {}) =>
3737
}) as Promise<RollupOutput>
3838

3939
describe('load', () => {
40+
// NOTE: due to https://github.com/rolldown/rolldown/issues/2828
4041
it.skip('loads modulepreload polyfill', async ({ expect }) => {
4142
const { output } = await buildProject()
4243
expect(output).toHaveLength(1)

0 commit comments

Comments
 (0)