property RunOptions.isolation
Configures the type of test isolation. If set to
'process', each test file is run in a separate child process. If set to
'none', all test files run in the current process.
Type #
"process"
| "none"
| undefined Configures the type of test isolation. If set to
'process', each test file is run in a separate child process. If set to
'none', all test files run in the current process.
"process"
| "none"
| undefined