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

feat: implement reroute in dev #10818

Merged
merged 10 commits into from
Apr 22, 2024
Prev Previous commit
Next Next commit
remove only
ematipico committed Apr 19, 2024
commit ca489aca477003857d79c194fee08afb7fcbc442
2 changes: 1 addition & 1 deletion packages/astro/test/middleware.test.js
Original file line number Diff line number Diff line change
@@ -378,7 +378,7 @@ describe(
}
);

describe.only('middleware with virtual routes', () => {
describe('middleware with virtual routes', () => {
/** @type {import('./test-utils').Fixture} */
let fixture;
let devServer;