Fix styles-ssr timeout (#1891)
This commit is contained in:
parent
637cf499fa
commit
36f2f5d33e
1 changed files with 16 additions and 18 deletions
|
@ -2,9 +2,6 @@ import { expect } from 'chai';
|
|||
import cheerio from 'cheerio';
|
||||
import { loadFixture } from './test-utils.js';
|
||||
|
||||
describe('Styles SSR', function () {
|
||||
this.timeout(10000);
|
||||
|
||||
let fixture;
|
||||
let index$;
|
||||
let bundledCSS;
|
||||
|
@ -23,6 +20,7 @@ describe('Styles SSR', function () {
|
|||
bundledCSS = await fixture.readFile(bundledCSSHREF.replace(/^\/?/, '/'));
|
||||
});
|
||||
|
||||
describe('Styles SSR', function () {
|
||||
describe('Astro styles', () => {
|
||||
it('HTML and CSS scoped correctly', async () => {
|
||||
const $ = index$;
|
||||
|
|
Loading…
Add table
Reference in a new issue