Update class-testconfig.md
Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
parent
a768716cb9
commit
0a3f376b8e
|
|
@ -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]>
|
||||
|
|
|
|||
Loading…
Reference in a new issue