We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21348c9 commit e529db3Copy full SHA for e529db3
1 file changed
e2e/fixtures.ts
@@ -22,7 +22,8 @@ const test = base.extend<
22
{ workerBackendPort: number }
23
>({
24
workerBackendPort: [
25
- async (_deps, use, workerInfo) => {
+ // eslint-disable-next-line no-empty-pattern
26
+ async ({}, use, workerInfo) => {
27
const port = BACKEND_BASE_PORT + workerInfo.workerIndex;
28
await use(port);
29
},
0 commit comments