Skip to content

Commit

Permalink
update tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Aug 21, 2024
1 parent 6d5ff20 commit 34df8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/test/i18n-routing.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1977,11 +1977,11 @@ describe('Fallback rewrite SSG', () => {
locales: ['en', 'fr'],
routing: {
prefixDefaultLocale: false,
fallbackType: "rewrite"
},
fallback: {
fr: 'en',
},
fallbackType: "rewrite"
},
});
await fixture.build();
Expand Down Expand Up @@ -2015,11 +2015,11 @@ describe('Fallback rewrite SSR', () => {
locales: ['en', 'fr'],
routing: {
prefixDefaultLocale: false,
fallbackType: "rewrite"
},
fallback: {
fr: 'en',
},
fallbackType: "rewrite"
},
});
await fixture.build();
Expand Down

0 comments on commit 34df8db

Please sign in to comment.