From 6ca6bb4bd148c0793b9118deebb9bde22648c7a9 Mon Sep 17 00:00:00 2001 From: jcari-dev <582119jc@gmail.com> Date: Thu, 11 Jul 2024 20:21:29 -0400 Subject: [PATCH] fix(types): add generated test.d.ts file --- packages/playwright/types/test.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright/types/test.d.ts b/packages/playwright/types/test.d.ts index d9d740f000..ddd2c32011 100644 --- a/packages/playwright/types/test.d.ts +++ b/packages/playwright/types/test.d.ts @@ -367,7 +367,7 @@ interface TestProject { /** * Whether to skip entries from `.gitignore` when searching for test files. By default, if neither * [testConfig.testDir](https://playwright.dev/docs/api/class-testconfig#test-config-test-dir) nor - * [testProject.testDir](https://playwright.dev/docs/api/class-testproject#test-project-test-dir) are explicitely + * [testProject.testDir](https://playwright.dev/docs/api/class-testproject#test-project-test-dir) are explicitly * specified, Playwright will ignore any test files matching `.gitignore` entries. This option allows to override that * behavior. */