We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51470d5 commit c4720b2Copy full SHA for c4720b2
e2e/e2e-utils/src/fixture.ts
@@ -17,7 +17,7 @@ export interface TestFixtureOptions {
17
}
18
export const test = base.extend<TestFixtureOptions>({
19
whitelistErrors: [
20
- async ({}, use) => {
+ async (_deps, use) => {
21
await use([])
22
},
23
{ option: true },
0 commit comments