Skip to content

Commit

Permalink
Merge branch 'main' into trailing-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored Jan 16, 2025
2 parents e95c8cf + df90e6d commit 78d4aff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/test/dev-routing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ describe('Development Routing', () => {
assert.equal(response.headers.get('Location'), '/');
});


it('404 when loading invalid dynamic route', async () => {
const response = await fixture.fetch('/2');
assert.equal(response.status, 404);
Expand Down

0 comments on commit 78d4aff

Please sign in to comment.