Skip to content

Commit

Permalink
fix: update css test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Mar 2, 2022
1 parent 9cfa73a commit 1bdf9f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/astro/test/astro-partial-html.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ describe('Partial HTML', async () => {
// test 1: Doctype first
expect(html).to.match(/^<!DOCTYPE html/);

const href = $('link[rel=stylesheet]').attr('href');
const css = await fixture.readFile(href);

// test 2: correct CSS present
const link = $('link').attr('href');
const css = await fixture.fetch(link, {
Expand Down

0 comments on commit 1bdf9f9

Please sign in to comment.