mirror of
https://github.com/withastro/astro.git
synced 2025-04-07 23:41:43 -05:00
Switch build.inlineStylesheets
default to auto (#8118)
* switch inlineStylesheets default * use previous default for astro/test * use previous default for content-collections-render.test.js * integrations: node, deno, mdx, markdown * typedocs: switch inlineStylesheets default * Update example to show non-default * add changeset * reword changeset --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
parent
7f978ec9d9
commit
5b92486c22
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ describe('Prerender 404', () => {
|
|||
const $ = cheerio.load(html);
|
||||
|
||||
// length will be 0 if the stylesheet does not get included
|
||||
expect($('link[rel=stylesheet]')).to.have.a.lengthOf(1);
|
||||
expect($('style[type="text/css"]')).to.have.a.lengthOf(1);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue