Update class-testconfig.md

Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
Alex Schwartz 2025-02-22 08:32:17 -05:00 committed by GitHub
parent a768716cb9
commit 0a3f376b8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -401,6 +401,10 @@ export default defineConfig({
});
```
## property: TestConfig.recreateWorkerAfterFailure?
* since: v1.51
- type: <[boolean]>
## property: TestConfig.repeatEach
* since: v1.10
- type: ?<[int]>
@ -506,10 +510,6 @@ export default defineConfig({
});
```
## property: TestConfig.recreateWorkerAfterFailure?
* since: v1.51
- type: <[boolean]>
## property: TestConfig.testDir
* since: v1.10
- type: ?<[string]>