Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the output option #4015

Merged
merged 22 commits into from
Jul 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test
  • Loading branch information
matthewp committed Jul 22, 2022
commit 5aab8d0cfdad307df982bea9c64cb90203e1c4e0
6 changes: 2 additions & 4 deletions packages/astro/test/ssr-404-500-pages.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ describe('404 and 500 pages', () => {
before(async () => {
fixture = await loadFixture({
root: './fixtures/ssr-api-route-custom-404/',
experimental: {
ssr: true,
},
adapter: testAdapter(),
output: 'server',
deploy: testAdapter(),
});
await fixture.build({});
});
Expand Down