docs: added missing generic declaration (#21442)
This commit is contained in:
parent
04b35089be
commit
bdefaa9f9e
|
|
@ -594,7 +594,7 @@ module.exports = defineConfig({
|
||||||
import { defineConfig } from '@playwright/test';
|
import { defineConfig } from '@playwright/test';
|
||||||
import { MyOptions } from './my-test';
|
import { MyOptions } from './my-test';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig<MyOptions>({
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
name: 'shopping',
|
name: 'shopping',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue