Skip to content

Commit 3e7238c

Browse files
committed
test: remove .only
1 parent c1efaf1 commit 3e7238c

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
@@ -79,7 +79,7 @@ for (const {
7979
expect(origin.calls).toBe(1)
8080
})
8181

82-
test.only<FixtureTestContext>('should add request/response headers when using src dir', async (ctx) => {
82+
test<FixtureTestContext>('should add request/response headers when using src dir', async (ctx) => {
8383
await createFixture('middleware-src', ctx)
8484
await runPlugin(ctx, runPluginConstants)
8585

0 commit comments

Comments
 (0)