Skip to content

Commit e529db3

Browse files
committed
test: fix org-connections tests
1 parent 21348c9 commit e529db3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

e2e/fixtures.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ const test = base.extend<
2222
{ workerBackendPort: number }
2323
>({
2424
workerBackendPort: [
25-
async (_deps, use, workerInfo) => {
25+
// eslint-disable-next-line no-empty-pattern
26+
async ({}, use, workerInfo) => {
2627
const port = BACKEND_BASE_PORT + workerInfo.workerIndex;
2728
await use(port);
2829
},

0 commit comments

Comments
 (0)