mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user