Skip to main content

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

Did you find what you needed?

Privacy policy