mirror of
https://github.com/withastro/astro.git
synced 2025-03-17 23:11:29 -05:00
chore(test): remove outdated test
This commit is contained in:
parent
6d73fb711f
commit
da77db8555
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue