Skip to content

Commit ff7f82e

Browse files
committed
chore: remove test.only
1 parent 384d325 commit ff7f82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/edge-handler.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ describe('page router', () => {
551551
expect(bodyFr.nextUrlLocale).toBe('fr')
552552
})
553553

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

0 commit comments

Comments
 (0)