mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
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 New Issue
Block a user