property RunOptions.setup
A function that accepts the TestsStream instance and can be used to setup listeners before any tests are run.
Type #
((reporter: TestsStream) => void | Promise<void>) | undefined A function that accepts the TestsStream instance and can be used to setup listeners before any tests are run.
((reporter: TestsStream) => void | Promise<void>) | undefined