Skip to content

Commit

Permalink
chore: remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
orinokai committed Jun 14, 2024
1 parent 1e2ee6e commit ed94b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/edge-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ describe('page router', () => {
expect(bodyFr.nextUrlLocale).toBe('fr')
})

test.only<FixtureTestContext>('should preserve locale in request.nextUrl with skipMiddlewareUrlNormalize', async (ctx) => {
test<FixtureTestContext>('should preserve locale in request.nextUrl with skipMiddlewareUrlNormalize', async (ctx) => {
await createFixture('middleware-i18n-skip-normalize', ctx)
await runPlugin(ctx)
const origin = await LocalServer.run(async (req, res) => {
Expand Down

0 comments on commit ed94b69

Please sign in to comment.