Skip to content

Commit

Permalink
chore(test): remove outdated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Apr 6, 2022
1 parent e5b0c24 commit b43eb1a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/astro/test/0-css.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,6 @@ describe('CSS', function () {
expect((await fixture.fetch(href)).status).to.equal(200);
});

it('resolves Astro styles', async () => {
const style = $('style[astro-style]');
expect(style.length).to.not.equal(0);
});

it('resolves Styles from React', async () => {
const styles = [
'ReactCSS.css',
Expand Down

0 comments on commit b43eb1a

Please sign in to comment.