We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935e621 commit 878f022Copy full SHA for 878f022
tests/integration/edge-handler.test.ts
@@ -248,7 +248,7 @@ describe("aborts middleware execution when the matcher conditions don't match th
248
expect(origin.calls).toBe(2)
249
})
250
251
- test.only<FixtureTestContext>('should handle locale matching correctly', async (ctx) => {
+ test<FixtureTestContext>('should handle locale matching correctly', async (ctx) => {
252
await createFixture('middleware-conditions', ctx)
253
await runPlugin(ctx)
254
0 commit comments