Skip to content

Commit

Permalink
ready for review
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Sep 5, 2023
1 parent 37be8d9 commit 443f15d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/astro/test/css-dangling-references.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ describe("When Vite's preloadModule polyfill is used", async () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/css-dangling-references/',
// build: {
// inlineStylesheets: 'never',
// }
root: './fixtures/css-dangling-references/'
});
await fixture.build();
});
Expand Down

0 comments on commit 443f15d

Please sign in to comment.