docs(parameterize): fix code snippet (#18848)
This commit is contained in:
parent
a7f205bf4d
commit
10b8a83b45
|
|
@ -159,7 +159,7 @@ export type TestOptions = {
|
||||||
person: string;
|
person: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const test = base.test.extend<TestOptions>({
|
export const test = base.extend<TestOptions>({
|
||||||
// Define an option and provide a default value.
|
// Define an option and provide a default value.
|
||||||
// We can later override it in the config.
|
// We can later override it in the config.
|
||||||
person: ['John', { option: true }],
|
person: ['John', { option: true }],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue