* Sets the Node.js flags passed to the worker. * @param {string[]} flags
(flags)
| 596 | * @param {string[]} flags |
| 597 | */ |
| 598 | setFlags(flags) { |
| 599 | this.flags = flags; |
| 600 | } |
| 601 | |
| 602 | /** |
| 603 | * Sets a script to be run in the worker before executing the tests. |
no outgoing calls
no test coverage detected