Skip to content

Commit

Permalink
Move the lit test back to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Mar 1, 2022
1 parent 15fe032 commit e5f2192
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/astro/test/lit-element.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ describe('LitElement test', function () {
fixture = await loadFixture({
projectRoot: './fixtures/lit-element/',
renderers: ['@astrojs/renderer-lit'],
buildOptions: {
legacyBuild: true
}
});
await fixture.build();
});
Expand Down

0 comments on commit e5f2192

Please sign in to comment.