diff --git a/tests/perf.p90.spec.ts b/tests/perf.p90.spec.ts index 77d627f7..2819911f 100644 --- a/tests/perf.p90.spec.ts +++ b/tests/perf.p90.spec.ts @@ -152,7 +152,7 @@ function performSyntheticWork(iterations: number): void { } } -test('synthetic performance p90 stays consistent', async ({}, testInfo) => { +test('synthetic performance p90 stays consistent', async (_unused, testInfo) => { const configPath = path.resolve(process.cwd(), 'perf-budget.yml') const configContent = await fs.readFile(configPath, 'utf8') const config = parseYaml(configContent) as YAMLMap