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 c1efaf1 commit 3e7238cCopy full SHA for 3e7238c
tests/integration/edge-handler.test.ts
@@ -79,7 +79,7 @@ for (const {
79
expect(origin.calls).toBe(1)
80
})
81
82
- test.only<FixtureTestContext>('should add request/response headers when using src dir', async (ctx) => {
+ test<FixtureTestContext>('should add request/response headers when using src dir', async (ctx) => {
83
await createFixture('middleware-src', ctx)
84
await runPlugin(ctx, runPluginConstants)
85
0 commit comments