* The `__setupForTesting` modifies things in module scope. * * @private * @method __setupForTesting
(stubs)
| 240 | * @method __setupForTesting |
| 241 | */ |
| 242 | __setupForTesting(stubs) { |
| 243 | originals = commands; |
| 244 | commands = stubs.commands; |
| 245 | } |
| 246 | |
| 247 | /** |
| 248 | * The `__resetForTesting` puts things back in module scope. |