Skip to content

Commit

Permalink
middleware-dev => "middleware space"
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Sep 21, 2023
1 parent ce8d9db commit 04e3940
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/astro/test/middleware.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Middleware in DEV mode', () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/middleware-dev/',
root: './fixtures/middleware space/',
});
devServer = await fixture.startDevServer();
});
Expand Down Expand Up @@ -116,7 +116,7 @@ describe('Middleware API in PROD mode, SSR', () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/middleware-dev/',
root: './fixtures/middleware space/',
output: 'server',
adapter: testAdapter({}),
});
Expand Down Expand Up @@ -223,7 +223,7 @@ describe('Middleware API in PROD mode, SSR', () => {

it('the integration should receive the path to the middleware', async () => {
fixture = await loadFixture({
root: './fixtures/middleware-dev/',
root: './fixtures/middleware space/',
output: 'server',
build: {
excludeMiddleware: true,
Expand Down Expand Up @@ -275,7 +275,7 @@ describe('Middleware, split middleware option', () => {

before(async () => {
fixture = await loadFixture({
root: './fixtures/middleware-dev/',
root: './fixtures/middleware space/',
output: 'server',
build: {
excludeMiddleware: true,
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04e3940

Please sign in to comment.