Skip to content

Commit

Permalink
chore: skip modulepreload polyfill test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Dec 12, 2024
1 parent 5a23433 commit 1a4901f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const buildProject = ({ format = 'es' as ModuleFormat } = {}) =>
],
}) as Promise<RollupOutput>

describe('load', () => {
// TODO: enable this test after DCE is enabled
describe.skip('load', () => {
it('loads modulepreload polyfill', async ({ expect }) => {
const { output } = await buildProject()
expect(output).toHaveLength(1)
Expand Down

0 comments on commit 1a4901f

Please sign in to comment.