Skip to content

Commit c4720b2

Browse files
lint
1 parent 51470d5 commit c4720b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/e2e-utils/src/fixture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface TestFixtureOptions {
1717
}
1818
export const test = base.extend<TestFixtureOptions>({
1919
whitelistErrors: [
20-
async ({}, use) => {
20+
async (_deps, use) => {
2121
await use([])
2222
},
2323
{ option: true },

0 commit comments

Comments
 (0)