docs(test-parameterize): fix snippet typo (#10280)
This commit is contained in:
parent
58b4052378
commit
724dc2ff2f
|
|
@ -88,7 +88,7 @@ Now, we can run test in multiple configurations by using projects.
|
|||
// playwright.config.js
|
||||
// @ts-check
|
||||
|
||||
/** @type {import('@playwright/test').PlaywrightTestConfig<{ version: string }>} */
|
||||
/** @type {import('@playwright/test').PlaywrightTestConfig<{ person: string }>} */
|
||||
const config = {
|
||||
projects: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue