Skip to content

Commit

Permalink
do not conflict with middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jun 23, 2023
1 parent b918627 commit 392d1ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/astro/test/ssr-split-manifest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ describe('astro:ssr-manifest, split', () => {
output: 'server',
adapter: testAdapter({
setEntryPoints(entries) {
entryPoints = entries;
if (entries) {
entryPoints = entries;
}
},
setRoutes(routes) {
currentRoutes = routes;
Expand Down

0 comments on commit 392d1ec

Please sign in to comment.