fix(types): add generated test.d.ts file
This commit is contained in:
parent
a3ade5ee26
commit
6ca6bb4bd1
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -367,7 +367,7 @@ interface TestProject<TestArgs = {}, WorkerArgs = {}> {
|
|||
/**
|
||||
* 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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue