Skip to content

Commit d45062b

Browse files
matthewpematipico
andauthored
Update packages/astro/test/astro-component-bundling.test.js
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
1 parent 9d8adee commit d45062b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/astro/test/astro-component-bundling.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ describe('Component bundling', () => {
4545
await fixture.build();
4646
});
4747

48-
// Not sure how this can possibly work, we bundle the module as an entrypoint.
49-
it.skip('should treeshake FooComponent', async () => {
48+
it('should treeshake FooComponent', {skip: "Not sure how this can possibly work, we bundle the module as an entrypoint."}, async () => {
5049
const astroChunkDir = await fixture.readdir('/_astro');
5150
const manyComponentsChunkName = astroChunkDir.find((chunk) =>
5251
chunk.startsWith('ManyComponents'),

0 commit comments

Comments
 (0)