chore: unskip
This commit is contained in:
parent
6e904db135
commit
7f4529f12f
1 changed files with 1 additions and 3 deletions
|
@ -55,9 +55,7 @@ describe('Content Collections - render()', () => {
|
||||||
expect($('script[data-is-inline]')).to.have.a.lengthOf(1);
|
expect($('script[data-is-inline]')).to.have.a.lengthOf(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO: Script bleed isn't solved for prod builds.
|
it('Excludes component scripts for non-rendered entries', async () => {
|
||||||
// Tackling in separate PR.
|
|
||||||
it.skip('Excludes component scripts for non-rendered entries', async () => {
|
|
||||||
const html = await fixture.readFile('/index.html');
|
const html = await fixture.readFile('/index.html');
|
||||||
const $ = cheerio.load(html);
|
const $ = cheerio.load(html);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue