Skip to content

Commit

Permalink
Merge branch 'main' into fix/dist-dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Aug 16, 2023
2 parents 66cb878 + 0ad6a5e commit f6041a1
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 376 deletions.
36 changes: 30 additions & 6 deletions packages/astro/test/css-inline-stylesheets.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ describe('Setting inlineStylesheets to never in static output', () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/css-inline-stylesheets/never/',
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
site: 'https://test.dev/',
root: './fixtures/css-inline-stylesheets/',
output: 'static',
build: {
inlineStylesheets: 'never',
Expand Down Expand Up @@ -41,7 +45,11 @@ describe('Setting inlineStylesheets to never in server output', () => {

before(async () => {
const fixture = await loadFixture({
root: './fixtures/css-inline-stylesheets/never/',
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
site: 'https://test.dev/',
root: './fixtures/css-inline-stylesheets/',
output: 'server',
adapter: testAdapter(),
build: {
Expand Down Expand Up @@ -77,7 +85,11 @@ describe('Setting inlineStylesheets to auto in static output', () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/css-inline-stylesheets/auto/',
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
site: 'https://test.info/',
root: './fixtures/css-inline-stylesheets/',
output: 'static',
build: {
inlineStylesheets: 'auto',
Expand Down Expand Up @@ -117,7 +129,11 @@ describe('Setting inlineStylesheets to auto in server output', () => {

before(async () => {
const fixture = await loadFixture({
root: './fixtures/css-inline-stylesheets/auto/',
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
site: 'https://test.info/',
root: './fixtures/css-inline-stylesheets/',
output: 'server',
adapter: testAdapter(),
build: {
Expand Down Expand Up @@ -161,7 +177,11 @@ describe('Setting inlineStylesheets to always in static output', () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/css-inline-stylesheets/always/',
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
site: 'https://test.net/',
root: './fixtures/css-inline-stylesheets/',
output: 'static',
build: {
inlineStylesheets: 'always',
Expand Down Expand Up @@ -193,7 +213,11 @@ describe('Setting inlineStylesheets to always in server output', () => {

before(async () => {
const fixture = await loadFixture({
root: './fixtures/css-inline-stylesheets/always/',
// inconsequential config that differs between tests
// to bust cache and prevent modules and their state
// from being reused
site: 'https://test.net/',
root: './fixtures/css-inline-stylesheets/',
output: 'server',
adapter: testAdapter(),
build: {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f6041a1

Please sign in to comment.