Skip to content

Commit 878f022

Browse files
committed
test: remove only
1 parent 935e621 commit 878f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/edge-handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe("aborts middleware execution when the matcher conditions don't match th
248248
expect(origin.calls).toBe(2)
249249
})
250250

251-
test.only<FixtureTestContext>('should handle locale matching correctly', async (ctx) => {
251+
test<FixtureTestContext>('should handle locale matching correctly', async (ctx) => {
252252
await createFixture('middleware-conditions', ctx)
253253
await runPlugin(ctx)
254254

0 commit comments

Comments
 (0)