Skip to content

Commit 1961a91

Browse files
committed
chore: remove unused context
1 parent 13dd691 commit 1961a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function createNetworkFixture(
5454
{ auto: boolean },
5555
] {
5656
return [
57-
async ({ context, page }, use) => {
57+
async ({ page }, use) => {
5858
const worker = new NetworkFixture({
5959
page,
6060
initialHandlers: args?.initialHandlers || [],

0 commit comments

Comments
 (0)