fix(types): add generated test.d.ts file

This commit is contained in:
jcari-dev 2024-07-11 20:21:29 -04:00
parent a3ade5ee26
commit 6ca6bb4bd1

View file

@ -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.
*/