docs: added missing generic declaration (#21442)

This commit is contained in:
Adi 2023-03-06 23:03:43 +02:00 committed by GitHub
parent 04b35089be
commit bdefaa9f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,7 +594,7 @@ module.exports = defineConfig({
import { defineConfig } from '@playwright/test';
import { MyOptions } from './my-test';
export default defineConfig({
export default defineConfig<MyOptions>({
projects: [
{
name: 'shopping',