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 Mar 26, 2022
1 parent 6d73fb7 commit da77db8
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 @@ -279,11 +279,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', 'ReactModules.module.css', 'ReactModules.module.scss', 'ReactModules.module.sass', 'ReactSass.sass', 'ReactScss.scss'];
for (const style of styles) {
Expand Down

0 comments on commit da77db8

Please sign in to comment.