* Sets a script to be run in the worker before executing the tests. * @param {string} script
(script)
| 604 | * @param {string} script |
| 605 | */ |
| 606 | setInitScript(script) { |
| 607 | this.initScript = script; |
| 608 | } |
| 609 | |
| 610 | /** |
| 611 | * Set the scripts modifier for each script. |
no outgoing calls
no test coverage detected