update test names containing spaces
This commit is contained in:
parent
0c8b2193b2
commit
47f20a189f
26 changed files with 17 additions and 17 deletions
|
@ -28,7 +28,7 @@ describe('Static build', () => {
|
|||
};
|
||||
|
||||
fixture = await loadFixture({
|
||||
root: './fixtures/static build/',
|
||||
root: './fixtures/static-build/',
|
||||
});
|
||||
await fixture.build({ logging });
|
||||
});
|
||||
|
@ -172,7 +172,7 @@ describe('Static build', () => {
|
|||
describe('Static build SSR', () => {
|
||||
it('Copies public files', async () => {
|
||||
const fixture = await loadFixture({
|
||||
root: './fixtures/static build SSR/',
|
||||
root: './fixtures/static-build-ssr/',
|
||||
});
|
||||
await fixture.build();
|
||||
const asset = await fixture.readFile('/client/nested/asset2.txt');
|
||||
|
|
|
@ -1092,7 +1092,7 @@ importers:
|
|||
'@astrojs/solid-js': link:../../../../integrations/solid
|
||||
astro: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/static build:
|
||||
packages/astro/test/fixtures/static-build:
|
||||
specifiers:
|
||||
'@astrojs/preact': workspace:*
|
||||
'@test/static-build-pkg': workspace:*
|
||||
|
@ -1102,19 +1102,6 @@ importers:
|
|||
'@test/static-build-pkg': link:pkg
|
||||
astro: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/static build SSR:
|
||||
specifiers:
|
||||
'@astrojs/node': workspace:*
|
||||
'@test/static-build-pkg': workspace:*
|
||||
astro: workspace:*
|
||||
dependencies:
|
||||
'@astrojs/node': link:../../../../integrations/node
|
||||
'@test/static-build-pkg': link:../static build/pkg
|
||||
astro: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/static build/pkg:
|
||||
specifiers: {}
|
||||
|
||||
packages/astro/test/fixtures/static-build-code-component:
|
||||
specifiers:
|
||||
astro: workspace:*
|
||||
|
@ -1137,6 +1124,19 @@ importers:
|
|||
dependencies:
|
||||
astro: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/static-build-ssr:
|
||||
specifiers:
|
||||
'@astrojs/node': workspace:*
|
||||
'@test/static-build-pkg': workspace:*
|
||||
astro: workspace:*
|
||||
dependencies:
|
||||
'@astrojs/node': link:../../../../integrations/node
|
||||
'@test/static-build-pkg': link:../static-build/pkg
|
||||
astro: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/static-build/pkg:
|
||||
specifiers: {}
|
||||
|
||||
packages/astro/test/fixtures/svelte-component:
|
||||
specifiers:
|
||||
'@astrojs/svelte': workspace:*
|
||||
|
@ -10675,7 +10675,7 @@ packages:
|
|||
stylus:
|
||||
optional: true
|
||||
dependencies:
|
||||
esbuild: 0.14.34
|
||||
esbuild: 0.14.30
|
||||
postcss: 8.4.12
|
||||
resolve: 1.22.0
|
||||
rollup: 2.70.1
|
||||
|
|
Loading…
Reference in a new issue