Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 22, 2024
1 parent 6b925bc commit ed4f448
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const buildProject = ({ format = 'es' as ModuleFormat } = {}) =>
}) as Promise<RollupOutput>

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)
Expand Down

0 comments on commit ed4f448

Please sign in to comment.